diff options
Diffstat (limited to '')
-rwxr-xr-x | test cases/common/97 find program path/program.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test cases/common/97 find program path/program.py b/test cases/common/97 find program path/program.py new file mode 100755 index 0000000..2ebc564 --- /dev/null +++ b/test cases/common/97 find program path/program.py @@ -0,0 +1,3 @@ +#!/usr/bin/env python3 + +print("Found") |