dmenumount

main
ColumbusUtrigas 2022-09-06 22:41:35 +04:00
parent cf9af223bd
commit 58fafcc0f3
1 changed files with 7 additions and 0 deletions

7
bin/dmenumount Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
selected=$(simple-mtpfs -l | dmenu | cut --d : --f 1)
if [ ! -z $selected ]; then
echo 'found'
fi