This commit is contained in:
Lunarmagpie 2023-03-09 03:35:42 -05:00
parent ad3e27fa97
commit 81fafa36b2
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash
ls -R
cat $1 > project/src/project.gleam
cd project
gleam build

View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash
ls -R
shift
cd project
gleam run -- "$@"