mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 13:06:27 +02:00
lower files copied
This commit is contained in:
parent
f8e5929a81
commit
779ce9b286
1 changed files with 3 additions and 1 deletions
4
packages/gleam/0.27.0/compile
vendored
4
packages/gleam/0.27.0/compile
vendored
|
@ -11,13 +11,15 @@
|
|||
gleam new project --skip-git
|
||||
mkdir project/build
|
||||
cp /piston/packages/gleam/0.27.0/project/manifest.toml project/manifest.toml
|
||||
cp /piston/packages/gleam/0.27.0/project/build* project -r || true
|
||||
cp /piston/packages/gleam/0.27.0/project/build/packages* project/build -r || true
|
||||
|
||||
# cp project/build* project -r
|
||||
# cp project/manifest.toml project/manifest.toml
|
||||
|
||||
echo "surviving sigkill"
|
||||
|
||||
echo $(cat $1)
|
||||
|
||||
cat $1 > project/src/project.gleam
|
||||
|
||||
cd project
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue