mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 14:57:14 +08:00
6 lines
77 B
Bash
6 lines
77 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
if [ -e version.tag ]; then
|
||
|
/bin/echo -n `cat version.tag`
|
||
|
fi
|