Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gte helper scripts
wgthom committed Jun 9, 2019
1 parent 01335e7 commit 6a86074
Showing 2 changed files with 18 additions and 0 deletions.
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

0 comments on commit 6a86074

Please sign in to comment.