source: lab/trunk/bin/svnst @ 25

Last change on this file since 25 was 25, checked in by mitty, 14 years ago
  • add original .bashrc .profile from Ubuntu Hardy
  • bin/smartgrep
    • grep smartctl output
  • bin/svnst
    • snip svn status output
  • bin/wake
    • wakeup on LAN helper
File size: 37 bytes
Line 
1#! /bin/sh
2
3svn st $1 | grep "^[^?]"
Note: See TracBrowser for help on using the repository browser.