zos/c.sh

5 行
69 B
Bash
実行ファイル

#!/bin/sh
rm zos
cl
gcc -g -O3 -std=c89 -Wall main.c -o zos && ./zos