@@ -1,7 +1,6 @@
-IN="$(mktemp --suffix .m)"
OUT="$(mktemp)"
-objc -o "$OUT" "$IN"
+gcc -o "$OUT" -xobjective-c -
if [ $? -eq 0 ]; then
exec "$OUT"