Files
testrepo/scripts/test.sh
T

8 lines
79 B
Bash
Raw Normal View History

2026-05-01 19:55:14 +02:00
#!/bin/bash
set -e
apt install -y golang
go run main.go
echo "Done running!"