summaryrefslogtreecommitdiff
path: root/scite-fedora/fc-el-scite-diff.sh
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-12-19 15:17:41 -0500
committerB Stack <bgstack15@gmail.com>2019-12-19 15:17:41 -0500
commit014b082d54fa1d7b870dfcf5c54735fc085e2eb5 (patch)
treeedde1ec35ef75dfb5144abf40d41262f7b15bf55 /scite-fedora/fc-el-scite-diff.sh
parentMerge branch 'updates' into 'master' (diff)
downloadstackrpms-014b082d54fa1d7b870dfcf5c54735fc085e2eb5.tar.gz
stackrpms-014b082d54fa1d7b870dfcf5c54735fc085e2eb5.tar.bz2
stackrpms-014b082d54fa1d7b870dfcf5c54735fc085e2eb5.zip
scite 4.2.3 for fc
Diffstat (limited to 'scite-fedora/fc-el-scite-diff.sh')
-rwxr-xr-xscite-fedora/fc-el-scite-diff.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scite-fedora/fc-el-scite-diff.sh b/scite-fedora/fc-el-scite-diff.sh
new file mode 100755
index 0000000..bae0376
--- /dev/null
+++ b/scite-fedora/fc-el-scite-diff.sh
@@ -0,0 +1,3 @@
+# use this file to display the differences between fedora and el scite rpm source directories
+# usage: scite-fedora/fc-el-scite-diff.sh | vi -
+diff -x debian -x stackrpms*.diff -x '*scite*.sh' -x '*z' -x '.*.swp' -Naur scite-fedora scite-el
bgstack15