mirror of
https://github.com/Maschell/hid_to_vpad.git
synced 2024-11-09 00:55:06 +01:00
5 lines
82 B
Bash
5 lines
82 B
Bash
#! /bin/bash
|
|
#
|
|
rev_new=$(git rev-parse --short=7 HEAD)
|
|
echo v0.1-nightly-$rev_new
|