wick3dr0se / sysfetch

A super tiny system information fetch script written in BASH

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sysfetch

A super tiny system information fetch script written in BASH


Installation

Download sysfetch

git clone https://github.com/wick3dr0se/sysfetch; cd ${_##*/}

Install to $PATH (optional)

cp sysfetch /usr/bin/local/

Usage

Execute script from within downloaded directory

./sysfetch

Or with BASH

bash sysfetch

Otherwise execute sysfetch from anywhere if it's in $PATH

sysfetch

Sysfetch can be executed in an infinite loop, with a delay, live updating the output every N seconds

sysfetch <N>

Press Ctrl+C or close terminal to kill the script


Contributing

Make a change; Submit that bitch with a relevant message, e.g. git commit -m 'issus fix #3'

About

A super tiny system information fetch script written in BASH

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%