7 lines
79 B
Bash
Executable file
7 lines
79 B
Bash
Executable file
#!/usr/bin/env sh
|
|
set +e
|
|
|
|
./dump-db.sh
|
|
./archive.sh
|
|
./sync-b2.sh $ARCHIVE_DIR
|
|
|