This website requires JavaScript.
Explore
Help
Sign In
janek
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
109db5cebb
dotfiles
/
.local
/
bin
/
scripts
/
keys
7 lines
104 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
# Lists the keys for each given song
for
arg
do
echo
-n
"
$arg
:
"
keyfinder-cli
"
$arg
"
done
Reference in New Issue
View Git Blame
Copy Permalink