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