sunhat/install/web-apps.sh
David Heinemeier Hansson 710b44d03c Add some default web apps
2024-06-03 12:18:17 -07:00

2 lines
66 B
Bash

for script in $OMAKUB_PATH/web-apps/*.sh; do source $script; done