-
Notifications
You must be signed in to change notification settings - Fork 0
/
source_env.sh
executable file
·28 lines (23 loc) · 1.47 KB
/
source_env.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/bin/bash
cat << "EOF"
,--,
,----.. ,---.'|
.---. / / \ ,-.----. | | : ,---, .--.--.
/. ./| / . : \ / \ : : | .' .' `\ / / '.
.--'. ' ; . / ;. \; : \ | ' : ,---.' \ | : /`. /
/__./ \ : |. ; / ` ;| | .\ : ; ; ' | | .`\ |; | |--`
.--'. ' \' .; | ; \ ; |. : |: | ' | |__ : : | ' || : ;_
/___/ \ | ' '| : | ; | '| | \ : | | :.'|| ' ' ; : \ \ `.
; \ \; :. | ' ' ' :| : . / ' : ;' | ; . | `----. \
\ ; ` |' ; \; / |; | | \ | | ./ | | : | ' __ \ \ |
. \ .\ ; \ \ ', / | | ;\ \; : ; ' : | / ; / /`--' /
\ \ ' \ | ; : / : ' | \.'| ,/ | | '` ,/ '--'. /
: ' |--" \ \ .' : : :-' '---' ; : .' `--'---'
\ \ ; `---` | |.' | ,.'
'---" `---' '---'
Setting up the worlds enviornment. All scripts are prefixed
with wor_, you show now have access with wor_<tab><tab>
EOF
PATH=$PATH:$(pwd)/scripts
# Create a folder required for the engine
mkdir Worlds-Engine/items 2> /dev/null