diff options
Diffstat (limited to '.local/bin/gamemount')
| -rwxr-xr-x | .local/bin/gamemount | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.local/bin/gamemount b/.local/bin/gamemount new file mode 100755 index 0000000..4a45539 --- /dev/null +++ b/.local/bin/gamemount @@ -0,0 +1,3 @@ +#!/bin/sh + +sudo mount -o "uid=1000,gid=1000,rw,user,exec,umask=000 0 0" /dev/sdc2 /mnt |
