Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.22 KB

readme.md

File metadata and controls

38 lines (30 loc) · 1.22 KB

handy-bash-scripts

This is a repository containing some handy dandy bash (.sh) scripts you can use in your daily Linux life.

From installers to utilities, it might very well be in here.

what's actually in here?

Here are some of the scripts I've uploaded to this repository:

Installers


Afetch Installer (afetch-installer.sh)

A one-command installer for afetch (vyxxr/afetch) that downloads and installs afetch for you.

🚀 You can run this script directly from your terminal with this command:

wget -qO - https://cutt.ly/fEoKu8Q | sudo bash

Pfetch Installer (pfetch-installer.sh)

A one-command installer for pfetch (dylanaraps/pfetch) that downloads and installs pfetch for you.

🚀 You can run this script directly from your terminal with this command:

wget -qO - https://cutt.ly/AEoGNbu | sudo bash

Utilities


TechWorldInc Internet Connectivity Tester (net-test)

A simple program that tells you if you have internet or not, using ping.

🚀 Run this command to install this utility:

wget -qO - https://cutt.ly/eRX3q0B | sudo bash