mirror of
https://github.com/engineer-man/piston.git
synced 2025-07-11 16:28:46 +02:00
Compare commits
2 commits
0c4e206d03
...
036b90d9ef
Author | SHA1 | Date | |
---|---|---|---|
|
036b90d9ef | ||
|
5e1a51c813 |
1 changed files with 4 additions and 3 deletions
7
packages/vlang/0.1.13/run
vendored
7
packages/vlang/0.1.13/run
vendored
|
@ -6,8 +6,9 @@ export TMPDIR="$PWD"
|
||||||
|
|
||||||
# Put instructions to run the runtime
|
# Put instructions to run the runtime
|
||||||
|
|
||||||
rename 's/$/\.v/' "$@" # Add .v extension
|
filename=$1
|
||||||
|
|
||||||
|
rename 's/$/\.v/' $filename # Add .v extension
|
||||||
|
|
||||||
filename=$1.v
|
|
||||||
shift
|
shift
|
||||||
v run $filename "$@"
|
v run $filename.v "$@"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue