Page MenuHomec4science

get_revision.sh
No OneTemporary

File Metadata

Created
Mon, Jul 1, 06:38

get_revision.sh

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

Event Timeline