diff options
Diffstat (limited to 'scripts/nonsvnlist')
-rwxr-xr-x | scripts/nonsvnlist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/nonsvnlist b/scripts/nonsvnlist new file mode 100755 index 00000000..1a72a798 --- /dev/null +++ b/scripts/nonsvnlist @@ -0,0 +1,4 @@ +#!/bin/sh +# This script lists files not in the Subversion repository + +svn status $1 | sed '/^\?/{s/^.......//;p};d' |