33 lines
468 B
Plaintext
33 lines
468 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
module_load sshfs
|
||
|
module_load net-utils
|
||
|
module_load filesystem
|
||
|
|
||
|
function ssh-mount-238 () {
|
||
|
echo mounting folders locally from 238 network hosts
|
||
|
mnt238gate
|
||
|
mnt238nas
|
||
|
mnt238hass
|
||
|
mnttrantor
|
||
|
mntwater
|
||
|
mnt238lights
|
||
|
mnt238relays
|
||
|
mnt238switches
|
||
|
}
|
||
|
|
||
|
function ssh-unmount-238 () {
|
||
|
echo mounting folders locally from 238 network hosts
|
||
|
umnt238gate
|
||
|
umnt238nas
|
||
|
umnt238hass
|
||
|
umnttrantor
|
||
|
umntwater
|
||
|
umnt238lights
|
||
|
umnt238relays
|
||
|
umnt238switches
|
||
|
}
|
||
|
|
||
|
# list-mounts-238 () {
|
||
|
# }
|