aboutsummaryrefslogtreecommitdiffstats
path: root/test/resplit.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/resplit.awk')
-rw-r--r--test/resplit.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/resplit.awk b/test/resplit.awk
new file mode 100644
index 00000000..f75fe397
--- /dev/null
+++ b/test/resplit.awk
@@ -0,0 +1 @@
+{ FS = ":"; $0 = $0; print $2 }