Some useful bash scripts.
|
||
---|---|---|
.gitignore | ||
docker-compose-up-all.sh | ||
docker-stack-deploy-all.sh | ||
healthcheck.sh | ||
LICENSE | ||
login-notify.sh | ||
README.md | ||
setup.sh | ||
validate-remote-backup.sh |
awesome-scripts
Some useful bash scripts.
Content
Script | Description |
---|---|
healthcheck.sh | Script to use as cron wrap to monitor the job with health.sp-codes.de |
login-notify.sh | Script to send an alert mail on ssh login |
validate-remote-backup.sh | Script to validate server side rsync command to use ssh force command |
docker-compose-up-all.sh | Script to call docker-compose up -d 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