diff options
author | Saumit Dinesan <79687674+Saumit-D@users.noreply.github.com> | 2022-01-18 16:45:07 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-18 16:45:07 +0530 |
commit | ed6876671ca293db1b7fd5b75ce534984cafcfb7 (patch) | |
tree | 7712994916154530bf0bcdaad31941dd0275537d /scripts/rsyncfon | |
parent | 55c57e0f57e10de7471a9de092d2bb3a652106f3 (diff) |
Update rsyncfon
Dependencies:
openssh, rsync on the desktop and SimpleSSHD application on android mobile
Diffstat (limited to 'scripts/rsyncfon')
-rw-r--r-- | scripts/rsyncfon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rsyncfon b/scripts/rsyncfon index bd1b9ae..6d01cb6 100644 --- a/scripts/rsyncfon +++ b/scripts/rsyncfon @@ -1,6 +1,6 @@ #!/bin/bash -echo "Welcome to rsyncfon a fon to pc rsync script" +echo "Welcome to rsyncfon a fon to pc and vice-versa file-syncing script using the rsync algorithm!" echo -e "What would you like to do?\r\n1)sync from phone to pc 2)sync from pc to phone " read option case "$option" in |