initial commit for dotfiles etc.
This commit is contained in:
11
scripts/unmount_general.sh
Executable file
11
scripts/unmount_general.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
IFS=$'\n\t'
|
||||
|
||||
sshUnmount () {
|
||||
args=($@)
|
||||
for d in ${args[@]}; do
|
||||
fusermount -u /home/fabian/$d
|
||||
done
|
||||
}
|
Reference in New Issue
Block a user