diff --git a/inxi b/inxi index 4f4574c..a4fbddb 100755 --- a/inxi +++ b/inxi @@ -1,7 +1,7 @@ #!/bin/bash ######################################################################## #### Script Name: inxi -#### version: 0.4.7 +#### version: 0.4.8 #### Date: November 8 2008 ######################################################################## #### inxi is a fork of infobash, the original bash sys info script by locsmif @@ -1951,3 +1951,5 @@ fi # weechat's executor plugin forced me to do this, and rightfully so, because else the exit code # from the last command is taken.. exit 0 +## note: this EOF is needed for smxi handling, this is what triggers the full download ok +###**EOF**###