aboutsummaryrefslogtreecommitdiffstats
path: root/y.awk
diff options
context:
space:
mode:
Diffstat (limited to 'y.awk')
-rw-r--r--y.awk1
1 files changed, 0 insertions, 1 deletions
diff --git a/y.awk b/y.awk
deleted file mode 100644
index 820e321e..00000000
--- a/y.awk
+++ /dev/null
@@ -1 +0,0 @@
-BEGIN { f = "foo" ; sub(@/f/, "q", f); print f }