1
0
Fork 0
mirror of synced 2024-06-02 15:21:11 -04:00
zimfw/tools/zim_info

10 lines
226 B
Plaintext

#
# zim_info - prints zim and system info
#
cd ${ZIM_DATA_DIR}
print "Zim commit ref: $(command git rev-parse --short HEAD)"
print "Zsh version: $(command zsh --version)"
print "System info: $(command uname -a)"