piston/packages/holyc/0.0.9/compile

8 lines
90 B
Plaintext
Raw Normal View History

2025-02-05 19:49:32 +01:00
#!/usr/bin/env bash
# Compile HolyC files
mv $1 $1.HC
filename=$1.HC
shift
hcc $filename