ensure ./n exists
This commit is contained in:
parent
603c9158a3
commit
ea7af0837f
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
|||
ADDR=209.141.55.64
|
||||
PORT=5460
|
||||
|
||||
if [ ! -d ./n ]; then
|
||||
mkdir ./n
|
||||
fi
|
||||
|
||||
# start the 9p client and wait for it to initialize
|
||||
9pfuse "tcp!${ADDR}!${PORT}" ./n & sleep 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue