core/usbmuxd/describe.sh
2013-05-18 17:09:37 +00:00

6 lines
77 B
Bash
Executable File

#!/bin/bash
if [ -e version.tag ]; then
/bin/echo -n `cat version.tag`
fi