summaryrefslogtreecommitdiff
path: root/stringify
diff options
context:
space:
mode:
Diffstat (limited to 'stringify')
-rw-r--r--stringify5
1 files changed, 0 insertions, 5 deletions
diff --git a/stringify b/stringify
deleted file mode 100644
index 7dec124d5..000000000
--- a/stringify
+++ /dev/null
@@ -1,5 +0,0 @@
-# `stringify foo bar' should output `"foo","bar",' (without any newlines).
-for arg
-do
- echo \"$arg\",
-done | tr -d "\012"