Add some default web apps

This commit is contained in:
David Heinemeier Hansson
2024-06-03 12:18:17 -07:00
parent 7f66e5675a
commit 710b44d03c
7 changed files with 40 additions and 0 deletions

1
install/web-apps.sh Normal file
View File

@ -0,0 +1 @@
for script in $OMAKUB_PATH/web-apps/*.sh; do source $script; done