initial commit
This commit is contained in:
11
install.sh
Executable file
11
install.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -eu
|
||||
|
||||
# make sure the cwd is where the script is.
|
||||
pushd "$(dirname "$0")" >> /dev/null
|
||||
|
||||
DEST=$1
|
||||
|
||||
cp ./docker-compose.yml $DEST
|
||||
cp -r cron $DEST
|
Reference in New Issue
Block a user