mirror of
https://git.adityakumar.xyz/dwmbar.git
synced 2024-11-12 23:29:43 +00:00
10 lines
54 B
Bash
Executable file
10 lines
54 B
Bash
Executable file
#!/bin/bash
|
|
|
|
modules(){
|
|
}
|
|
|
|
run(){
|
|
echo "Test"
|
|
}
|
|
|
|
run
|