From 944b6db89ae715d93d0804a6a2358dcab88f1c07 Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Wed, 24 Nov 2021 02:02:25 -0500 Subject: initial bare repo commit --- .local/bin/gamemount | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 .local/bin/gamemount (limited to '.local/bin/gamemount') 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 -- cgit v1.2.3