updated README.md
This commit is contained in:
parent
3350f559f7
commit
5fbde6036d
1 changed files with 2 additions and 1 deletions
|
@ -10,11 +10,12 @@ Some useful bash scripts.
|
|||
|[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|
|
||||
|[docker-compose-up-all.sh](docker-compose-up-all.sh)|Script to call `docker-compose up -d` on all subdirectories|
|
||||
|[docker-stack-deploy-all.sh](docker-stack-deploy-all.sh)|Script to call `docker stack deploy` on all subdirectories|
|
||||
|
||||
## Setup
|
||||
|
||||
To set up all scripts in the current directory run this:
|
||||
|
||||
```
|
||||
curl https://git.sp-codes.de/samuel-p/awesome-scripts/raw/branch/master/setup.sh | bash -s healthcheck.sh login-notify.sh validate-remote-backup.sh docker-compose-up-all.sh
|
||||
curl https://git.sp-codes.de/samuel-p/awesome-scripts/raw/branch/master/setup.sh | bash -s healthcheck.sh login-notify.sh validate-remote-backup.sh docker-compose-up-all.sh docker-stack-deploy-all.sh
|
||||
```
|
||||
|
|
Reference in a new issue