We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3276f4 commit 54ce814Copy full SHA for 54ce814
tests/vectors/strip.sh
@@ -0,0 +1,7 @@
1
+#!/bin/sh
2
+
3
+while [ $# -gt 0 ]; do
4
+ tmp=`tr -d ' \n\r' < $1`
5
+ echo -n "$tmp" > $1
6
+ shift
7
+done
0 commit comments