summaryrefslogtreecommitdiff
path: root/scite/stackrpms-diff.sh
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-12-17 02:01:14 +0000
committerB. Stack <bgstack15@gmail.com>2022-12-17 02:01:14 +0000
commit186e29a3fff4b3b88c5803deee1c907447d3ca2e (patch)
tree740f9a398dc7d310acc8a0fd246e662fb673842d /scite/stackrpms-diff.sh
parentMerge branch 'newmoon-bump' into 'master' (diff)
parentupdate _service (diff)
downloadstackrpms-186e29a3fff4b3b88c5803deee1c907447d3ca2e.tar.gz
stackrpms-186e29a3fff4b3b88c5803deee1c907447d3ca2e.tar.bz2
stackrpms-186e29a3fff4b3b88c5803deee1c907447d3ca2e.zip
Merge branch 'scite-bump' into 'master'
Scite 5.3.2 See merge request bgstack15/stackrpms!331
Diffstat (limited to 'scite/stackrpms-diff.sh')
-rwxr-xr-xscite/stackrpms-diff.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scite/stackrpms-diff.sh b/scite/stackrpms-diff.sh
index 1ab80fc..95b3de9 100755
--- a/scite/stackrpms-diff.sh
+++ b/scite/stackrpms-diff.sh
@@ -1,3 +1,4 @@
# use this file to display the differences between salsa upstream and my work.
# usage: stackrpms/scite/stackrpms-diff.sh | vi -
+cd ~/dev
diff -x .*.swp -Naur scite.salsa/debian stackrpms/scite/debian
bgstack15