dotfiles/sync.sh

6 lines
185 B
Bash
Raw Normal View History

2025-03-04 22:08:08 +01:00
if ! [ -f /tmp/sync-runner ]; then
curl -O /tmp/sync-runner https://git.saluco.nl/repos/strix/releases/download/latest/sync-runner
chmod +x /tmp/sync-runner
fi
/tmp/sync-runner