diff options
Diffstat (limited to 'test/c/x')
-rwxr-xr-x | test/c/x | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/c/x b/test/c/x new file mode 100755 index 0000000..cc0070b --- /dev/null +++ b/test/c/x @@ -0,0 +1,3 @@ +#!/bin/sh +echo "in c with $0, done" +exit 0 |