stabilize, add daemon state, add base build script
This commit is contained in:
parent
a1963cf491
commit
241d50e42a
12 changed files with 512 additions and 46 deletions
14
sync.sh
Executable file
14
sync.sh
Executable file
|
@ -0,0 +1,14 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
cd "$(dirname "$(realpath "$0")")"
|
||||
|
||||
|
||||
if [ $# -lt 1 ]
|
||||
then exit 2
|
||||
fi
|
||||
|
||||
|
||||
DEST="$1"
|
||||
|
||||
|
||||
rsync -avzhP ./instance "$DEST"
|
Loading…
Add table
Add a link
Reference in a new issue