1
0
Fork 0
mirror of synced 2024-09-19 12:02:53 -04:00
zimfw/tools/zim_info

10 lines
226 B
Text
Raw Normal View History

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