konstantine-v / Bash-Fetch

A simple fetch script in bash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimal Fetch Script

An easy to read/edit script for quickly getting info for your machine.

How to use

Download the script

$ wget https://raw.githubusercontent.com/MaterialFuture/Bash-Fetch/master/fetch.sh && chmod 700 fetch.sh && chmod +x fetch.sh && echo "Done!"

Now make sure to read over the script to make sure it supports your system.

$ ./fetch.sh

TODO

[] Test on REHL and debian systems [] Add darwin support + test [] Add solaris support + test [] Add *BSD support + test [] Add Plan9/9Front support + test [] Add cygwin/etc support + test

About

A simple fetch script in bash


Languages

Language:Shell 100.0%