Last active
July 29, 2016 14:13
-
-
Save clawfire/5f97e17b80f6a56ded566030af91af9e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
if [ -d "/Volumes/HYPERION" ] | |
then | |
echo "๐ฅ ---> ๐พ" | |
rsync -ru ~/1Password.agilekeychain /Volumes/HYPERION/1Password/ | |
echo "๐ฅ <--- ๐พ" | |
rsync -ru /Volumes/HYPERION/1Password/1Password.agilekeychain ~/ | |
echo "โ " | |
else | |
echo "No ๐พ found" | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment