index
:
sarc.git
laptop
master
wayland
a collection of suckless tools with themes for X11
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
dmenuumount
blob: b921b0443ac2f88f4b64da8dd7e22fb3b4ce98e5 (
plain
)
1
2
3
4
5
6
#!/bin/sh DEVICE=$(lsblk -o NAME -n -r -p | dmenu) ROOT=$(sudo) $ROOT umount $DEVICE