/+ tr+1 tr-1

This commit is contained in:
committer@t470p
2025-08-08 06:41:48 -05:00
parent 0f2a23e0fd
commit b32657d43e
2 changed files with 14 additions and 9 deletions

View File

@@ -343,6 +343,20 @@ ascii() {
fi
}
gpxImporter() {
cd /home/poq/syncDir/gitRepos/gt.op.fo/gpx-importer/go/src/
go run main.go
cd -
}
tr+1() {
echo "$1" | tr 'a-z' 'b-za'
}
tr-1() {
echo "$1" | tr 'b-za' 'a-z'
}
# ---
# mounting
@@ -385,15 +399,6 @@ nas() {
# alias iso-unmount="sudo umount /media/iso"
#
# ---
# miscellaneous stuff
# ---
gpxImporter() {
cd /home/poq/syncDir/gitRepos/gt.op.fo/gpx-importer/go/src/
go run main.go
cd -
}
# ---
# multimedia