34 lines
480 B
Bash
Executable File
34 lines
480 B
Bash
Executable File
#!/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
|
|
}
|
|
|
|
#!/bin/bash
|
|
function ssh-unmount-238 () {
|
|
echo mounting folders locally from 238 network hosts
|
|
umnt238gate
|
|
umnt238nas
|
|
umnt238hass
|
|
umnttrantor
|
|
umntwater
|
|
umnt238lights
|
|
umnt238relays
|
|
umnt238switches
|
|
}
|
|
|
|
# list-mounts-238 () {
|
|
# }
|