This website requires JavaScript.
Explore
Help
Sign In
zcy
/
tinyriscv-openocd
Watch
1
Star
0
Fork
You've already forked tinyriscv-openocd
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
76be215ee1
tinyriscv-openocd
/
guess-rev.sh
9 lines
98 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
REV
=
unknown
which svnversion > /dev/null 2>
&
1
&&
REV
=
`
svnversion -n
`
echo
-n
$REV
Reference in New Issue
View Git Blame
Copy Permalink