7 lines
62 B
Bash
7 lines
62 B
Bash
#!/bin/bash
|
|
|
|
if [[ -z "$1" ]] ; then
|
|
source ./localrc
|
|
fi
|
|
|