Skip to content

Instantly share code, notes, and snippets.

View 3j14's full-sized avatar

Jonas Drotleff 3j14

View GitHub Profile
@3j14
3j14 / watchscp.sh
Created June 28, 2020 13:08
Watch files and upload via scp
#!/bin/bash
UPLOAD=$1
fswatch -0 . | xargs -0 -I {} sh -c 'p="{}"; f="${p/$(pwd)\/}"; scp $p '"$UPLOAD"'"${f}"'