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
4fb89c3b95
ratcatcher
/
getsvnrev.sh
3 lines
53 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
svn info
|
grep Revision
|
cut -d
" "
-f
2
Reference in New Issue
View Git Blame
Copy Permalink