build: remove unused version.sh

This commit is contained in:
Trong Huu Nguyen
2025-12-03 13:48:37 +01:00
parent 1bcd5fbaaf
commit 664aae2276

View File

@@ -1,7 +0,0 @@
#!/bin/sh
dirty=""
test -z "$(git ls-files --exclude-standard --others)"
if [ $? -ne 0 ]; then
dirty="-dirty"
fi
echo $(date "+%Y-%m-%d")-$(git --no-pager log -1 --pretty=%h)${dirty}