mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 13:36:31 +02:00
try using full path
This commit is contained in:
parent
45db55a4ae
commit
692ab3e67e
1 changed files with 1 additions and 1 deletions
2
packages/gleam/0.27.0/compile
vendored
2
packages/gleam/0.27.0/compile
vendored
|
@ -3,7 +3,7 @@
|
||||||
ls -R
|
ls -R
|
||||||
|
|
||||||
mkdir gleam_project
|
mkdir gleam_project
|
||||||
cp $PWD/template_project/* gleam_project -r
|
cp /piston/packages/gleam/0.27.0/template_project/* gleam_project -r
|
||||||
|
|
||||||
rm gleam_project/src/template_project.gleam
|
rm gleam_project/src/template_project.gleam
|
||||||
touch gleam_project/src/gleam_project.gleam
|
touch gleam_project/src/gleam_project.gleam
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue