diff options
| author | 2024-11-12 22:26:02 -0500 | |
|---|---|---|
| committer | 2024-11-12 22:36:49 -0500 | |
| commit | 53a0a5473f45d37027af9663638adbf56667e4ca (patch) | |
| tree | 05c6c39678a9005f95c00e0fdf31193657bd4d3d /hosts/iroha/scripts/prepare-network-mounts | |
| download | dotfiles-53a0a5473f45d37027af9663638adbf56667e4ca.tar.gz dotfiles-53a0a5473f45d37027af9663638adbf56667e4ca.tar.bz2 dotfiles-53a0a5473f45d37027af9663638adbf56667e4ca.zip | |
Hopefully no leaks
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 |