Page MenuHomec4science

get_revision.sh
No OneTemporary

File Metadata

Created
Wed, Jun 26, 01:22

get_revision.sh

#!/bin/bash
svn info | grep "vision" | head -n 1 | cut -d ":" -f 2

Event Timeline