diff options
Diffstat (limited to 'testdir')
-rwxr-xr-x | testdir/testawk | 3 | ||||
-rwxr-xr-x | testdir/testcpp | 3 |
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" |