12 lines
No EOL
261 B
Bash
12 lines
No EOL
261 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
# read the lib/shared.sh and read the slug argument.
|
|
DISABLE_LOG=1
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
|
cd "$DIR"
|
|
source "$DIR/lib/lib.sh"
|
|
DISABLE_LOG=0
|
|
|
|
# list all the existing instances
|
|
sql_bookkeep_list |