summaryrefslogtreecommitdiff
path: root/scite/stackrpms-diff.sh
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-04-05 14:00:15 -0400
committerB. Stack <bgstack15@gmail.com>2022-04-05 14:00:15 -0400
commiteedac700b10ab9e5900708ff06a09e881317f6eb (patch)
treea58b932c0336f100baea712d621fbb8ea9d9c40c /scite/stackrpms-diff.sh
parentscite 5.2.2 with emitunicode patch, for fedora (diff)
downloadstackrpms-eedac700b10ab9e5900708ff06a09e881317f6eb.tar.gz
stackrpms-eedac700b10ab9e5900708ff06a09e881317f6eb.tar.bz2
stackrpms-eedac700b10ab9e5900708ff06a09e881317f6eb.zip
scite: add devuan dpkg
Diffstat (limited to 'scite/stackrpms-diff.sh')
-rwxr-xr-xscite/stackrpms-diff.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scite/stackrpms-diff.sh b/scite/stackrpms-diff.sh
new file mode 100755
index 0000000..1ab80fc
--- /dev/null
+++ b/scite/stackrpms-diff.sh
@@ -0,0 +1,3 @@
+# use this file to display the differences between salsa upstream and my work.
+# usage: stackrpms/scite/stackrpms-diff.sh | vi -
+diff -x .*.swp -Naur scite.salsa/debian stackrpms/scite/debian
bgstack15