dotfiles/.config/polybar/scripts/cprev.sh

7 lines
46 B
Bash
Executable file

#!/bin/sh
main() {
echo " 玲"
}
main "$@"