summaryrefslogtreecommitdiff
path: root/test/nl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/nl.sh')
-rwxr-xr-xtest/nl.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/nl.sh b/test/nl.sh
new file mode 100755
index 0000000..7080345
--- /dev/null
+++ b/test/nl.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+filename="testgrounds/newlinetest"
+
+rm -f $filename
+
+for ((i=1; i<=10; i++))
+do
+ echo "$i" >> "$filename"
+done
+