aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2023-11-23 16:40:11 +0200
committerSyndamia <kamen@syndamia.com>2023-11-23 16:40:11 +0200
commit88b99e041eed16275a4168652e4d9e50a3183fb9 (patch)
tree1b61597f4279e076704dac3cb44aeb41ea6b62e8
parentf6eadda6718d2651a3e7b4009be8b33f2fa8cb67 (diff)
downloadcsma-88b99e041eed16275a4168652e4d9e50a3183fb9.tar
csma-88b99e041eed16275a4168652e4d9e50a3183fb9.tar.gz
csma-88b99e041eed16275a4168652e4d9e50a3183fb9.zip
[csmap] Renamed preprocessor file and added shebang
-rwxr-xr-x[-rw-r--r--]csmap.awk (renamed from preproc.awk)2
1 files changed, 2 insertions, 0 deletions
diff --git a/preproc.awk b/csmap.awk
index c9bcb07..2eae4c3 100644..100755
--- a/preproc.awk
+++ b/csmap.awk
@@ -1,3 +1,5 @@
+#! /usr/bin/env -S awk -f 'csmap.awk'
+
BEGIN {
stage1 = 1
depth = 0