diff options
Diffstat (limited to 'config.sh')
-rwxr-xr-x | config.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.sh b/config.sh new file mode 100755 index 0000000..fba78b7 --- /dev/null +++ b/config.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )" +[ -z "$MODEM_IP" ] && MODEM_IP="192.168.9.1"
\ No newline at end of file |