diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2022-09-01 16:50:01 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2022-09-01 16:50:01 +0200 |
commit | 76aa81b3164fb0d6b9674579ef8d466e3fa3c508 (patch) | |
tree | 7e3fa0a86673378907fdfb719d6a38898e14138d /concat/test.sh | |
download | phppp-master.tar.gz phppp-master.tar.bz2 phppp-master.zip |
Diffstat (limited to 'concat/test.sh')
-rwxr-xr-x | concat/test.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/concat/test.sh b/concat/test.sh new file mode 100755 index 0000000..7aab13f --- /dev/null +++ b/concat/test.sh @@ -0,0 +1,2 @@ +#!/bin/bash +diff -sy <(php concat.php testfiles/?.php) testfiles/result.php |