mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-13 23:26:27 +02:00
6 lines
97 B
Bash
6 lines
97 B
Bash
#!/usr/bin/env bash
|
|
|
|
gleam new project
|
|
cat $1 > project/src/project.gleam
|
|
cd project
|
|
gleam build
|