small-bin 1.0.4

Sync'eM ALL - File/ Screenshot sync application with SFTP support, and web dashboard.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/zsh

_prefix="/Users/Shared/Small"

echo "Unloading…"
launchctl unload -w "${HOME}/Library/LaunchAgents/com.verknowsys.SyncEmAll.plist"

echo "Uninstalling LaunchAgent…"
rm -f "${HOME}/Library/LaunchAgents/com.verknowsys.SyncEmAll.plist"

echo "Uninstalling Small…"
LOCAL_DEST="${_prefix}"
rm -rfv "${LOCAL_DEST}"