Skip to content

Instantly share code, notes, and snippets.

@kubosho
Created April 15, 2012 10:47
Show Gist options
  • Save kubosho/2391839 to your computer and use it in GitHub Desktop.
Save kubosho/2391839 to your computer and use it in GitHub Desktop.
svn up && st
#!/bin/sh
echo '--- svn update ---'
svn up
echo '--- svn status ---'
svn st
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment