This commit is contained in:
committer@tuxwarrior
2026-05-08 12:13:26 -05:00
parent 51c4403885
commit 4d0aa0ac4b
+5
View File
@@ -131,6 +131,11 @@ spf() {
# misc # misc
# --- # ---
# recursively zip everything in current directory, name the zip file $1, and exclude (-x) itself from the zip process
zipr() {
zip -r $1 . -x $1
}
#gpxImporter() { #gpxImporter() {
# cd /home/poq/syncDir/repos/git/gi.op.fo/gpx-importer/go/src/ # cd /home/poq/syncDir/repos/git/gi.op.fo/gpx-importer/go/src/
# go run main.go # go run main.go