diff options
Diffstat (limited to 'ship/t/docker/docker_remote_punani.sh')
-rwxr-xr-x | ship/t/docker/docker_remote_punani.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ship/t/docker/docker_remote_punani.sh b/ship/t/docker/docker_remote_punani.sh new file mode 100755 index 00000000..76e34068 --- /dev/null +++ b/ship/t/docker/docker_remote_punani.sh @@ -0,0 +1,3 @@ +#!/bin/sh +cd $(dirname $(readlink -f $0)) +docker run -v $PWD/punani/:/test ubuntu /bin/sh /test/remote_punani >/dev/null |