mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 13:36:31 +02:00
use rsync and pray
This commit is contained in:
parent
898d206cf4
commit
b0953e58ee
1 changed files with 4 additions and 8 deletions
12
packages/gleam/0.27.0/compile
vendored
12
packages/gleam/0.27.0/compile
vendored
|
@ -10,15 +10,11 @@
|
|||
|
||||
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/packages* project/build -r || true
|
||||
rsync /piston/packages/gleam/0.27.0/project/manifest.toml project/manifest.toml
|
||||
rsync /piston/packages/gleam/0.27.0/project/build/packages* project/build -r
|
||||
|
||||
# cp project/build* project -r
|
||||
# cp project/manifest.toml project/manifest.toml
|
||||
|
||||
echo "surviving sigkill"
|
||||
|
||||
echo $(cat $1)
|
||||
# rsync template_project/build/packages* project/build -r
|
||||
# rsync template_project/manifest.toml project/manifest.toml
|
||||
|
||||
cat $1 > project/src/project.gleam
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue