bump gleam

This commit is contained in:
Lunarmagpie 2023-03-08 02:49:04 -05:00
parent e37bfb022f
commit 87e964fa10
5 changed files with 2 additions and 2 deletions

5
packages/gleam/0.27.0/run vendored Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
gleam new project
cat $1 > project/src/project.gleam
cd project
gleam run