piston/packages/holyc/0.0.9/compile

8 lines
90 B
Bash

#!/usr/bin/env bash
# Compile HolyC files
mv $1 $1.HC
filename=$1.HC
shift
hcc $filename