dotfiles/.local/bin/scripts/keys
2023-05-25 21:33:29 +01:00

6 lines
104 B
Bash
Executable file

#!/bin/sh
# Lists the keys for each given song
for arg
do echo -n "$arg: "
keyfinder-cli "$arg"
done