Skip to content

Instantly share code, notes, and snippets.

@clawfire
Last active July 29, 2016 14:13
Show Gist options
  • Save clawfire/5f97e17b80f6a56ded566030af91af9e to your computer and use it in GitHub Desktop.
Save clawfire/5f97e17b80f6a56ded566030af91af9e to your computer and use it in GitHub Desktop.
#!/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