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