Page MenuHomec4science

get_revision.sh
No OneTemporary

File Metadata

Created
Thu, Oct 3, 00:18

get_revision.sh

#!/bin/bash
hash svn 2>&- || { echo "0" ; exit 0 ; }
svn info | grep "vision" | head -n 1 | cut -d ":" -f 2

Event Timeline