Moved settings-related functions (anything that uses curses) to their own library

Former-commit-id: 95a43d9258c716c49e44020ffaec50a4b03eaaa6
Former-commit-id: 734e5249c491f87fb688651954a0ce84cd6f874e
This commit is contained in:
2023-05-12 18:43:22 -04:00
parent c3aa63b585
commit 5e35bd7b3d
4 changed files with 222 additions and 206 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh
git add -f extra lib/sshyp.py lib/sshync.py port-jobs share LICENSE README.md package.sh commit.sh .gitignore
git add -f extra lib/sshyp.py lib/sshync.py lib/stweak.py port-jobs share LICENSE README.md package.sh commit.sh .gitignore
git commit -m "$1"
git push