diff options
| -rwxr-xr-x | pfetch | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -566,9 +566,7 @@ main() { : $((info_length+=1)) # Iterate over the above list and run any existing "get_" functions. - for info; do - "get_$info" - done + for info; do "get_$info"; done } # Position the cursor below both the ascii art and information lines |
