This website requires JavaScript.
Explore
Help
Sign In
rob
/
ratcatcher
Watch
1
Star
0
Fork
You've already forked ratcatcher
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
7073ff4817
ratcatcher
/
getsvnrev.sh
4 lines
99 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
#svn info | grep Revision | cut -d " " -f 2
svnversion .
|
cut -d: -f2
|
sed -e
's/M//g'
Reference in New Issue
View Git Blame
Copy Permalink