https://github.com/fracpete/bash-scripts
Collection of bash scripts.
https://github.com/fracpete/bash-scripts
bash scripts
Last synced: about 2 months ago
JSON representation
Collection of bash scripts.
- Host: GitHub
- URL: https://github.com/fracpete/bash-scripts
- Owner: fracpete
- License: mit
- Created: 2020-10-13T01:43:55.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-24T20:23:07.000Z (over 2 years ago)
- Last Synced: 2024-10-19T12:15:47.366Z (over 1 year ago)
- Topics: bash, scripts
- Language: Shell
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bash-scripts
Collection of bash scripts:
* [check_git_repo.sh](check_git_repo.sh) - checks git repositories for
their protocol and can switch from https to git
* [dockerauto.sh](dockerauto.sh) - performs login (and logout) of
docker registries defined in `dockerauto.list` (uses insecure password storage!).
* [option_parsing.sh](option_parsing.sh) - parses command-line options
provided by the user and offers a simple help screen.
* [simple_backup.sh](simple_backup.sh) - script that simplifies the use
of or [rsync](https://rsync.samba.org/) for backing up directories.
Each entry in the `simple_backup.list` file can have an associated
file with exclusions (`simple_backup.NAME.excl`).
* [update_repos.sh](update_repos.sh) - for updating local source code
repositories (git, svn, gdrive) using a text file specifying the
repositories.
Others
* [bash snippets](snippets.md)
* [ffmpeg command-lines ](ffmpeg.md)
* [ImagMagick command-lines](imagemagick.md)