From a5a197590e45494dc31f0d2fc8fb13194b3975c9 Mon Sep 17 00:00:00 2001 From: Charles Date: Sun, 2 Feb 2020 18:05:01 +0100 Subject: cpp01 ex05 wip, ex06 --- cpp01/ex07/test.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 cpp01/ex07/test.sh (limited to 'cpp01/ex07/test.sh') 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 -- cgit