added scripts and setup.sh
This commit is contained in:
parent
b9e22ddbd4
commit
53bef2b6e6
6 changed files with 94 additions and 1 deletions
18
README.md
18
README.md
|
@ -1,3 +1,19 @@
|
|||
# awesome-scripts
|
||||
|
||||
Some useful bash scripts.
|
||||
Some useful bash scripts.
|
||||
|
||||
## Content
|
||||
|
||||
|Script|Description|
|
||||
|---|---|
|
||||
|[healthcheck.sh](healthcheck.sh)|Script to use as cron wrap to monitor the job with health.sp-codes.de|
|
||||
|[login-notify.sh](login-notify.sh)|Script to send an alert mail on ssh login|
|
||||
|[validate-remote-backup.sh](validate-remote-backup.sh)|Script to validate server side rsync command to use ssh force command|
|
||||
|
||||
## Setup
|
||||
|
||||
To setup all scripts in the current directory run this:
|
||||
|
||||
```
|
||||
curl https://git.sp-codes.de/samuel-p/awesome-scripts/raw/branch/master/setup.sh | bash
|
||||
```
|
||||
|
|
Reference in a new issue