6 lines
No EOL
145 B
Bash
Executable file
6 lines
No EOL
145 B
Bash
Executable file
#!/bin/bash
|
|
source .config
|
|
|
|
sudo umount /tmp/wacca/$profile/game
|
|
sudo umount /tmp/wacca/$profile/lower
|
|
sudo fusermount -u /tmp/wacca/$profile/dev |