Skip to content

201906 updates for 201 and 401 #24

merged 7 commits into from Jun 10, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Next Next commit
gte helper scripts
wgthom committed Jun 9, 2019
commit 6a86074a76ed84c6666cc255a320acc9b5f354d1
9 changes: 9 additions & 0 deletions gte-gsh
@@ -0,0 +1,9 @@
#! /bin/bash

if [ -z "$1" ]
then
docker ps --format "{{.Names}} {{.Image}} {{.Status}}"
exit 0
fi

docker exec -it "$1" /opt/grouper/grouper.apiBinary/bin/gsh 2> /dev/null
9 changes: 9 additions & 0 deletions gte-shell
@@ -0,0 +1,9 @@
#! /bin/bash

if [ -z "$1" ]
then
docker ps --format "{{.Names}} {{.Image}} {{.Status}}"
exit 0
fi

docker exec -it "$1" /bin/bash 2> /dev/null