Skip to content

Instantly share code, notes, and snippets.

@victorstanciu
Created December 3, 2012 10:58
Show Gist options
  • Save victorstanciu/4194194 to your computer and use it in GitHub Desktop.
Save victorstanciu/4194194 to your computer and use it in GitHub Desktop.
#!/bin/bash
svn add `svn status .|grep "^?"|awk '{print $2}'`
#!/bin/bash
svn rm `svn status .|grep "^!"|awk '{print $2}'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment