These are some scripts that I wrote in bash.
Go to file
JaydenMW 168c1934db Update 'LICENSE' 2021-04-01 20:54:54 +00:00
arch-pkgbuild Upload files to 'arch-pkgbuild' 2021-03-17 13:52:43 +00:00
LICENSE Update 'LICENSE' 2021-04-01 20:54:54 +00:00
README.md Update 'README.md' 2021-03-17 13:56:44 +00:00
command-search.sh Upload files to '' 2021-03-08 18:23:38 +00:00
man-search.sh Upload files to '' 2021-03-08 18:23:38 +00:00
system-info.sh Add system info script 2021-03-09 20:39:40 +00:00

README.md

scripts

These are some useful scripts that I wrote in bash.

arch linux installation

To install for arch linux, run these commands below. (go into an emtpty directory first)

wget https://tildegit.org/JaydenMW/scripts/raw/branch/main/arch-pkgbuild/PKGBUILD && makepkg -si

other distributions (portable)

git clone https://tildegit.org/JaydenMW/scripts

to install

sudo mv * /usr/bin [or other directory]