remove the first 3 lines of gleam stdout

This commit is contained in:
Lunarmagpie 2023-03-10 14:16:45 -05:00
parent 1587b41912
commit 2098340e2d
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) -- "$@"
gleam run $(cat ../compile_args 2> /dev/null) -- "$@" | awk "NR>=3"