mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 05:26:28 +02:00
redirect stderr
This commit is contained in:
parent
449e0c5d92
commit
064cc957b2
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 @@
|
|||
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 > /dev/null
|
||||
cp /piston/packages/gleam/0.27.0/project/build/packages* project/build -r 2> /dev/null
|
||||
|
||||
cat $1 > project/src/project.gleam
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue