Last active
          March 26, 2019 13:02 
        
      - 
      
- 
        Save mimetaur/55f15f2e35a386d2cbdbdb01fc0f978a to your computer and use it in GitHub Desktop. 
    Norns Deploy Scripts
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Basic norns deploy scripts. Still requires hitting "play" in Maiden. | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | .* | |
| *.sh | |
| doc/ | |
| config.ld | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/bash | |
| rsync -avz --exclude-from 'rsync_exclude.txt' [email protected]:/home/we/dust/code ./ | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/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