d3fenderz / bash-scripts

Various Bash scripts that used to be separate repos. All-In-One repo!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bash Scripts (J.)

How to

It's better to make those scripts executable with chmod +x [ SCRIPT ] and then execute them like that:

./[ SCRIPT ]

Alternatively, you may use:

bash [ SCRIPT ]

Here are additional instructions for specific scripts:

ProcDDoS

sudo su
./proc_ddos

FileCleaner

./file_cleaner [ FILE_1 ] [ FILE_2 ] [ FILE_n ]

Alternatively, you can pass wildcards:

./file_cleaner *.jpg

How to use submodules

You may need the following command if it's your first clone of the project:

git clone git@github.com:d3fenderz/bash-scripts.git && cd bash-scripts
git submodule update --init --recursive

Otherwise, you may download each script one by one.

About

Various Bash scripts that used to be separate repos. All-In-One repo!

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%