mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 19:26:25 +02:00
maybe fix again
This commit is contained in:
parent
18c936fc69
commit
45db55a4ae
4 changed files with 11 additions and 7 deletions
10
packages/gleam/0.27.0/compile
vendored
Normal file → Executable file
10
packages/gleam/0.27.0/compile
vendored
Normal file → Executable file
|
@ -2,6 +2,12 @@
|
|||
|
||||
ls -R
|
||||
|
||||
cat $1 > project/src/project.gleam
|
||||
cd project
|
||||
mkdir gleam_project
|
||||
cp $PWD/template_project/* gleam_project -r
|
||||
|
||||
rm gleam_project/src/template_project.gleam
|
||||
touch gleam_project/src/gleam_project.gleam
|
||||
cat $1 > gleam_project/src/gleam_project.gleam
|
||||
|
||||
cd gleam_project
|
||||
gleam build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue