diff options
Diffstat (limited to 'hosts/iroha/scripts/prepare-network-mounts')
| -rwxr-xr-x | hosts/iroha/scripts/prepare-network-mounts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/iroha/scripts/prepare-network-mounts b/hosts/iroha/scripts/prepare-network-mounts new file mode 100755 index 0000000..e322194 --- /dev/null +++ b/hosts/iroha/scripts/prepare-network-mounts @@ -0,0 +1,5 @@ +#! /usr/bin/env sh + +$HOME/scripts/mount-nfs /home/andrew/c /home/andrew/c +$HOME/scripts/mount-nfs /home/andrew/pics /home/andrew/pics +$HOME/scripts/mount-nfs /mnt/store0/torrents /mnt/store/files/ext/torrents |