archiver.rs -> multinode-demo/archiver.sh (#6487)

automerge
This commit is contained in:
Michael Vines
2019-10-21 16:46:04 -07:00
committed by Grimes
parent 3fb70b8d47
commit d1b18a5060
2 changed files with 2 additions and 3 deletions

7
multinode-demo/archiver-x.sh Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
#
# Start a dynamically-configured archiver
#
here=$(dirname "$0")
exec "$here"/archiver.sh --label x$$ "$@"