added nas related setup

This commit is contained in:
2014-02-17 09:35:13 +00:00
parent d66ab53863
commit 4ea879d517
3 changed files with 23 additions and 0 deletions

4
bin/nas.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
sudo /sbin/route add -net 192.168.1.0 netmask 255.255.255.0 gw 192.168.10.1 dev wlan0 || true
sudo /bin/mount -a || true