Pointing directly at `awk`, rather than via `env`.
[cellular-automata.git] / 004 / life.awk
index 469229a..73cad1d 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env awk -f
+#! /usr/bin/awk -f
 
 
 function CHAR_BORDER() {return "-"}
This page took 0.017741 seconds and 4 git commands to generate.