diff options
author | System administrator | 2017-05-29 13:26:10 +0200 |
---|---|---|
committer | System administrator | 2017-05-29 13:26:10 +0200 |
commit | bc5c44dd049bad3b007be48b3f8d90886d63c105 (patch) | |
tree | a381d989db2295f228f9bc95a774f0cc9aef4c40 /bin/mount | |
download | server-bc5c44dd049bad3b007be48b3f8d90886d63c105.tar.gz server-bc5c44dd049bad3b007be48b3f8d90886d63c105.tar.xz server-bc5c44dd049bad3b007be48b3f8d90886d63c105.zip |
Initial commit
Diffstat (limited to 'bin/mount')
-rwxr-xr-x | bin/mount | 2 |
1 files changed, 2 insertions, 0 deletions
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' |