2 lines
75 B
Bash
2 lines
75 B
Bash
for script in ~/.local/share/omakub/web-apps/*.sh; do source $script; done
|
for script in ~/.local/share/omakub/web-apps/*.sh; do source $script; done
|