first commit of existing scripts
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#! /bin/bash
|
||||
|
||||
if [ "$1" ]; then
|
||||
if [ "$1" = "multimedia" ]; then
|
||||
sudo mount 192.168.1.11:Multimedia /mnt/Qnap-gui/multimedia
|
||||
elif [ "$1" = bach ]; then
|
||||
sudo mount 192.168.1.11:bach /mnt/Qnap-gui/bach
|
||||
fi
|
||||
else
|
||||
echo "please choose a directory to mount : multimedia or bach"
|
||||
fi
|
||||
Reference in New Issue
Block a user