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

@ -1,6 +1,6 @@
#!/usr/bin/env bash
gleam new project --skip-git
gleam new project --skip-git > /dev/null
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 2> /dev/null

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"