palate 0.3.9

File type detection combining tft and hyperpolyglot
Documentation
1
2
3
4
5
6
7
8
# QMake include file that calls some functions
# and does nothing else...

exists(.git/HEAD) {
    system(git rev-parse HEAD >rev.txt)
} else {
    system(echo ThisIsNotAGitRepo >rev.txt)
}