add file used in tests of 'cmdtest'

This commit is contained in:
Johan Holmberg 2015-10-02 22:26:16 +02:00
parent 3ddfd85791
commit 4cbba1cba1

3
files/bin/hello1 Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/perl
use File::Basename;
print basename($0),"\n";