mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 21:46:27 +02:00
add debugging tools
This commit is contained in:
parent
19b9101c41
commit
745d7d7555
1 changed files with 9 additions and 3 deletions
12
packages/gleam/0.27.0/compile
vendored
12
packages/gleam/0.27.0/compile
vendored
|
@ -1,6 +1,12 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
ls -R
|
||||
echo "Printing Empty Directory"
|
||||
ls -R -a
|
||||
|
||||
echo "Printing piston files"
|
||||
cd /piston/packages/gleam/0.27.0/
|
||||
ls -R -a
|
||||
|
||||
|
||||
gleam new project --skip-git
|
||||
mkdir project/build
|
||||
|
@ -13,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
|
||||
gleam build
|
||||
|
||||
cd /piston/packages/gleam/0.27.0/
|
||||
ls -R
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue