piston/packages/gleam/0.26.2/run

6 lines
90 B
Bash

#!/usr/bin/env bash
gleam new project
cat $1 > project/project.gleam
cd project
gleam run