Page MenuHomec4science

get_revision.sh
No OneTemporary

File Metadata

Created
Sat, Sep 28, 01:40

get_revision.sh

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

Event Timeline