3 lines
92 B
Bash
Executable File
3 lines
92 B
Bash
Executable File
#!/bin/bash
|
|
echo -n "-DVERSION=\\\"`git describe --tags --dirty`-`date +%Y%m%d-%H%M%S`\\\""
|