summaryrefslogtreecommitdiffstats
path: root/bin/launch
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-16 04:25:09 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-16 04:25:09 -0400
commitbd4b8406ddf02f6223fc1f508c4102d42765ead7 (patch)
tree50262362fe8b1ac1577d3aa9144e5099c4c312e7 /bin/launch
parentd78e3fe6779b8bccfcc3c05bb5c601de6ffa45ef (diff)
downloadpuppet-tozt-bd4b8406ddf02f6223fc1f508c4102d42765ead7.tar.gz
puppet-tozt-bd4b8406ddf02f6223fc1f508c4102d42765ead7.zip
support managing algo instances
Diffstat (limited to 'bin/launch')
-rwxr-xr-xbin/launch4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/launch b/bin/launch
index 1bbd8dc..50c2b72 100755
--- a/bin/launch
+++ b/bin/launch
@@ -3,8 +3,8 @@ set -eu
set -o pipefail
case "$1" in
- tozt)
- "$(dirname "$0")"/helpers/launch-tozt
+ tozt|algo)
+ "$(dirname "$0")/helpers/launch-$1"
;;
*)
echo "unknown host $1" >&2