dwmbar/dwmbarrc
2019-10-21 19:20:09 +01:00

10 lines
54 B
Bash
Executable file

#!/bin/bash
modules(){
}
run(){
echo "Test"
}
run