aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-16 19:54:57 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-16 19:57:58 +1200
commit481f4fa397bbdadcba7d7e6f93f3e058268a95b2 (patch)
tree7c01924feb4f58c038c9f05dabea00f85314116b /bin
parentRemove .m4 from suffixes (diff)
downloaddotfiles-481f4fa397bbdadcba7d7e6f93f3e058268a95b2.tar.gz
dotfiles-481f4fa397bbdadcba7d7e6f93f3e058268a95b2.zip
Move awk scripts into shb(1)
Diffstat (limited to 'bin')
-rw-r--r--[-rwxr-xr-x]bin/rfct.awk (renamed from bin/rfct)1
-rw-r--r--[-rwxr-xr-x]bin/rndi.awk (renamed from bin/rndi)1
-rw-r--r--[-rwxr-xr-x]bin/slsf.awk (renamed from bin/slsf)1
3 files changed, 0 insertions, 3 deletions
diff --git a/bin/rfct b/bin/rfct.awk
index dff7a4e2..b815deb8 100755..100644
--- a/bin/rfct
+++ b/bin/rfct.awk
@@ -1,4 +1,3 @@
-#!/usr/bin/awk -f
# A record is a paragraph
BEGIN {
diff --git a/bin/rndi b/bin/rndi.awk
index bf78951c..337498cb 100755..100644
--- a/bin/rndi
+++ b/bin/rndi.awk
@@ -1,4 +1,3 @@
-#!/usr/bin/awk -f
# Get a low-quality random number between two integers. Depending on the awk
# implementation, if you don't provide a third argument (a seed), you might get
# very predictable random numbers based on the current epoch second.
diff --git a/bin/slsf b/bin/slsf.awk
index 6824ec13..9d12225d 100755..100644
--- a/bin/slsf
+++ b/bin/slsf.awk
@@ -1,4 +1,3 @@
-#!/usr/bin/awk -f
# Print the first non-glob "Host" name from each line of ssh_config(5) files
# Manage the processing flag (starts set in each file)