From bc5c44dd049bad3b007be48b3f8d90886d63c105 Mon Sep 17 00:00:00 2001 From: System administrator Date: Mon, 29 May 2017 13:26:10 +0200 Subject: Initial commit --- bin/mount | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 bin/mount (limited to 'bin/mount') diff --git a/bin/mount b/bin/mount new file mode 100755 index 0000000..8e77608 --- /dev/null +++ b/bin/mount @@ -0,0 +1,2 @@ +#!/bin/sh +docker run -it --rm -v "$1:/mnt" alpine:3.5 /bin/ash -sc 'cd /mnt' -- cgit v1.2.3