Skip to content

Commit a553e27

Browse files
committed
Add script to check diff
1 parent 82b06f5 commit a553e27

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

bin/check-diff.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/sh
2+
3+
cd `dirname $0`
4+
cd ..
5+
6+
diff -urN vendor/codeigniter/framework/application application
7+
diff -u vendor/codeigniter/framework/index.php public/index.php

0 commit comments

Comments
 (0)