diff options
Diffstat (limited to 'cpp01/ex07/test.sh')
| -rwxr-xr-x | cpp01/ex07/test.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp01/ex07/test.sh b/cpp01/ex07/test.sh new file mode 100755 index 0000000..69cdc43 --- /dev/null +++ b/cpp01/ex07/test.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +make all +./replace test1 bonjour aurevoir +./replace test2 occ many |
