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
670433bcf6
ratcatcher
/
getsvnrev.sh
4 lines
99 B
Bash
Raw
Normal View
History
Unescape
Escape
Now showing svn revision in title bar and on title screen
2008-10-31 08:55:26 +11:00
#!/bin/sh
Fixed version script
2008-12-03 08:45:18 +11:00
#svn info | grep Revision | cut -d " " -f 2
Added level screenshots
2008-12-03 09:29:24 +11:00
svnversion .
|
cut -d: -f2
|
sed -e
's/M//g'