diff options
| author | Seth Flynn <[email protected]> | 2021-08-15 05:12:25 -0400 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2021-08-15 05:12:25 -0400 |
| commit | 79d678382634dc92601143ae80dd4eea6a85b103 (patch) | |
| tree | 6de34c47c8c090081904e0ce8787f43367a6ef63 /bin | |
| parent | 0f93724f1b5ef2ed1922bdb4a42490dd0544ccf0 (diff) | |
add gamemount script
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/.local/bin/gamemount | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/.local/bin/gamemount b/bin/.local/bin/gamemount new file mode 100755 index 0000000..d00c5a8 --- /dev/null +++ b/bin/.local/bin/gamemount @@ -0,0 +1,4 @@ +#!/bin/sh + +sudo mount /dev/sdc2 /media/gamedisk1 -o 'uid=1000,gid=1000,rw,user,exec,umask=000 0 0' +sudo mount /dev/sda2 /media/gamedisk2 -o 'uid=1000,gid=1000,rw,user,exec,umask=000 0 0' |
