mirror of
https://github.com/limine-bootloader/limine
synced 2024-12-05 14:42:16 +03:00
4 lines
145 B
Bash
4 lines
145 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
cat version 2>/dev/null || ( git describe --exact-match --tags `git log -n1 --pretty='%h'` 2>/dev/null || git log -n1 --pretty='%h' )
|