mirror of
https://github.com/Motion-Project/motion.git
synced 2025-12-24 07:28:21 -05:00
6 lines
83 B
Bash
Executable File
6 lines
83 B
Bash
Executable File
#!/bin/sh
|
|
|
|
SNV_VERSION=`git show -s --format=%h`
|
|
echo -n "3.4.0-Git-$SNV_VERSION"
|
|
|