aboutsummaryrefslogtreecommitdiffstats
path: root/testdir
diff options
context:
space:
mode:
Diffstat (limited to 'testdir')
-rwxr-xr-xtestdir/testawk3
-rwxr-xr-xtestdir/testcpp3
2 files changed, 6 insertions, 0 deletions
diff --git a/testdir/testawk b/testdir/testawk
new file mode 100755
index 0000000..a41b4b6
--- /dev/null
+++ b/testdir/testawk
@@ -0,0 +1,3 @@
+#!/bin/sh
+printf "[%.2s]" "$@"
+printf "\n"
diff --git a/testdir/testcpp b/testdir/testcpp
new file mode 100755
index 0000000..d93bcbb
--- /dev/null
+++ b/testdir/testcpp
@@ -0,0 +1,3 @@
+#!/bin/sh
+printf "[%.3s]" "$@"
+printf "\n"