bash env variables
This commit is contained in:
parent
fd558dee66
commit
a57c3ce1c5
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
HOST="chris@nose-pluto.local"
|
HOST="${HOST:-chris@nose-pluto.local}"
|
||||||
DEST="~/pluto"
|
DEST="${DEST:-~/pluto}"
|
||||||
NOSE_DIR="~/nose"
|
NOSE_DIR="${NOSE_DIR:-~/nose}"
|
||||||
Loading…
Reference in New Issue
Block a user