Skip to content

crafter23456/Essential-Linux-Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Essential-Linux-Scripts

A few simple scripts to automate your workflow

With the script.sh you can start the other script

Download the scripts / get the repo

You must be logged in as root or sudo !

Without git, use the following to download this repository

apt install wget unzip
cd && wget https://github.com/crafter23456/Essential-Linux-Scripts/archive/refs/heads/main.zip && unzip main.zip && rm main.zip && mv cd /root/main cd /root/scripts

If you have git installed, use

git clone https://github.com/crafter23456/Essential-Linux-Scripts.git

Execute the script

Simply type

cd /root/scripts && ./script.sh

You start the main script, with which you can execute the other scripts.

About

A few sinple scripts to automate your workflow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages