sourcehut
Log in
—
Register
~skiqqy
/
bin
summary
tree
log
refs
ref:
8ecc22ceaf02ecaad3c432d7083882458da0e8c5
bin
/
import
/dinput.sh
-rwxr-xr-x
87 bytes
View
Log
Blame
View raw
8ecc22ce
—
Stephen Cochrane
Progress on clip
9 months ago
1
2
3
4
5
6
7
8
#!/bin/bash
# Author: Skiqqy
# Use dmenu to get input
dinput
()
{
dmenu
<< EOF
EOF
}