mirror of
https://github.com/Motion-Project/motion.git
synced 2026-01-01 19:38:30 -05:00
6 lines
90 B
Bash
Executable File
6 lines
90 B
Bash
Executable File
#!/bin/sh
|
|
|
|
SNV_VERSION=`git show | grep commit|cut -d' ' -f2`
|
|
echo -n "Git-$SNV_VERSION"
|
|
|