mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
tweak
This commit is contained in:
parent
e018abcff2
commit
cad10378f1
3
inxi
3
inxi
|
@ -1901,8 +1901,7 @@ print_version_info()
|
||||||
local last_modified=$( grep -im 1 'date:' $SCRIPT_PATH/$SCRIPT_NAME | gawk '{print $3,$4,$5}' )
|
local last_modified=$( grep -im 1 'date:' $SCRIPT_PATH/$SCRIPT_NAME | gawk '{print $3,$4,$5}' )
|
||||||
|
|
||||||
print_screen_output "$SCRIPT_NAME - the universal, portable, system info script for console and irc."
|
print_screen_output "$SCRIPT_NAME - the universal, portable, system info script for console and irc."
|
||||||
print_screen_output "Version: $SCRIPT_VERSION_NUMBER"
|
print_screen_output "Version: $SCRIPT_VERSION_NUMBER-$SCRIPT_PATCH_NUMBER"
|
||||||
print_screen_output "Version patch number: $SCRIPT_PATCH_NUMBER"
|
|
||||||
print_screen_output "Script Last Modified: $last_modified"
|
print_screen_output "Script Last Modified: $last_modified"
|
||||||
print_screen_output "Script Location: $SCRIPT_PATH"
|
print_screen_output "Script Location: $SCRIPT_PATH"
|
||||||
print_screen_output " "
|
print_screen_output " "
|
||||||
|
|
Loading…
Reference in a new issue