1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-12 22:56:27 +02:00
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
packages/gleam/0.27.0

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 -- "$@"