mirror of
https://git.adityakumar.xyz/dwmbar.git
synced 2025-02-05 13:00:03 +00:00
11 lines
54 B
Text
11 lines
54 B
Text
|
#!/bin/bash
|
||
|
|
||
|
modules(){
|
||
|
}
|
||
|
|
||
|
run(){
|
||
|
echo "Test"
|
||
|
}
|
||
|
|
||
|
run
|