Project init - Add LICENSe and data directory

This commit is contained in:
William Jeynes
2026-04-08 19:29:37 +01:00
parent 133813c3f9
commit aafd0ad319
3 changed files with 52 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/usr/bin/env bash
set -e
case "$1" in
*)
echo "Unknown command: $1"
echo "Usage: ./runproject []"
exit 1
;;
esac