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