FTP usage
At the end of my last post, I had mentioned that a combination of swiFTP and ftp is a convenient way of syncing your notes. Now, I make it even easier! Write a script like so:
cd ~/.local/share/gnote/ ftp -n $1 2121 << EndOfCommand123 user myswiftpusername myswiftppassword cd sdcard …