mirror of
https://github.com/Motion-Project/motion.git
synced 2026-01-25 07:08:50 -05:00
6 lines
77 B
Bash
Executable File
6 lines
77 B
Bash
Executable File
#!/bin/sh
|
|
|
|
SNV_VERSION=`git show -s --format=%H`
|
|
echo -n "Git-$SNV_VERSION"
|
|
|