mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 13:36:31 +02:00
support args
This commit is contained in:
parent
8947110ac2
commit
7ef6e895a2
1 changed files with 2 additions and 1 deletions
3
packages/gleam/0.27.0/run
vendored
3
packages/gleam/0.27.0/run
vendored
|
@ -2,5 +2,6 @@
|
||||||
|
|
||||||
gleam new project
|
gleam new project
|
||||||
cat $1 > project/src/project.gleam
|
cat $1 > project/src/project.gleam
|
||||||
|
shift
|
||||||
cd project
|
cd project
|
||||||
gleam run
|
gleam run -- "$@"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue