Skip to content

Instantly share code, notes, and snippets.

@mimetaur
Last active March 26, 2019 13:02
Show Gist options
  • Save mimetaur/55f15f2e35a386d2cbdbdb01fc0f978a to your computer and use it in GitHub Desktop.
Save mimetaur/55f15f2e35a386d2cbdbdb01fc0f978a to your computer and use it in GitHub Desktop.
Norns Deploy Scripts
Basic norns deploy scripts. Still requires hitting "play" in Maiden.
.*
*.sh
doc/
config.ld
#!/bin/bash
rsync -avz --exclude-from 'rsync_exclude.txt' [email protected]:/home/we/dust/code ./
#!/bin/bash
rsync -avz --exclude-from 'rsync_exclude.txt' ./ [email protected]://home/we/dust/code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment