mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 21:46:27 +02:00
ls may have been killing the program
This commit is contained in:
parent
745d7d7555
commit
056eab6c8d
1 changed files with 6 additions and 6 deletions
12
packages/gleam/0.27.0/compile
vendored
12
packages/gleam/0.27.0/compile
vendored
|
@ -1,11 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
echo "Printing Empty Directory"
|
||||
ls -R -a
|
||||
# echo "Printing Empty Directory"
|
||||
# ls -R -a
|
||||
|
||||
echo "Printing piston files"
|
||||
# echo "Printing piston files"
|
||||
cd /piston/packages/gleam/0.27.0/
|
||||
ls -R -a
|
||||
# ls -R -a
|
||||
|
||||
|
||||
gleam new project --skip-git
|
||||
|
@ -19,7 +19,7 @@ cp /piston/packages/gleam/0.27.0/template_project/manifest.toml project/manifest
|
|||
cat $1 > project/src/project.gleam
|
||||
|
||||
cd project
|
||||
echo "Printing Copied Files"
|
||||
ls -R -a
|
||||
# echo "Printing Copied Files"
|
||||
# ls -R -a
|
||||
gleam build
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue