move constants
This commit is contained in:
parent
a5176e1262
commit
9c24cc2184
7
urchin
7
urchin
@ -1,8 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
stdout_file=/tmp/urchin_stdout
|
||||
logfile=$(readlink -f "$1/.urchin.log")
|
||||
|
||||
indent() {
|
||||
level="$1"
|
||||
printf "%$((2 * ${level}))s"
|
||||
@ -120,6 +117,10 @@ do
|
||||
shift
|
||||
done
|
||||
|
||||
# Constants
|
||||
logfile=$(readlink -f "$1/.urchin.log")
|
||||
stdout_file=/tmp/urchin_stdout
|
||||
|
||||
# Help first
|
||||
$HELP && urchin_help
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user