yeets my yotes ya know

This commit is contained in:
shockrahwow
2019-07-04 13:31:12 -07:00
parent e26830fd40
commit f4d083bc3e
5 changed files with 47 additions and 2 deletions

1
usbm
View File

@@ -5,4 +5,5 @@ mountable=$(lsblk -lp | grep "part $" | awk '{print $1, $4 }')
usb=$(echo "$mountable" |\
dmenu -i -l 5 -p "Which usb drive should we mount?" |\
awk '{print $1}')
mkdir -p ~/.mntpts
mount $(basename $usb) ~/.mntpts/$(basename $usb)