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