Initial commit

This commit is contained in:
2023-10-04 20:19:25 -04:00
commit fd1f37d786
59 changed files with 5501 additions and 0 deletions

5
scripts/ezmount Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
sudo mkdir /media/$USER/$1
sudo mount /dev/$1 /media/$USER/$1
sudo chown $(id -u $USER) /media/$USER/$1