clean gleam output

This commit is contained in:
Lunarmagpie 2023-03-10 20:57:33 -05:00
parent 41df9639e8
commit aba5bf15d4
2 changed files with 2 additions and 2 deletions

View file

@ -2,4 +2,4 @@
shift
cd project
gleam run $(cat ../compile_args 2> /dev/null) -- "$@" | awk "NR>=3"
gleam run $(cat ../compile_args 2> /dev/null) -- "$@" | awk "NR>=4"