https://github.com/isaaker/isaaker-shell-scripts
In this repository you can find some of the shell scripts that we have developed
https://github.com/isaaker/isaaker-shell-scripts
Last synced: about 1 year ago
JSON representation
In this repository you can find some of the shell scripts that we have developed
- Host: GitHub
- URL: https://github.com/isaaker/isaaker-shell-scripts
- Owner: Isaaker
- License: other
- Created: 2023-04-02T11:57:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-01T18:38:13.000Z (over 2 years ago)
- Last Synced: 2025-02-13T08:19:41.080Z (over 1 year ago)
- Language: Shell
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# README
## Status:
[](https://github.com/Isaaker/Ghost_Simulator_ES/actions/workflows/semgrep.yml)
## About:
In this repository you can find some of the shell scripts I have created, most of them are tools for developers like the change control script with inotify.
## Avaible Scripts:
| Name | Description | README file | SCRIPT file | Root folder |
|--|--|--|--|--|
| Inotify Bourne Shell Trigger | Small script to control changes in files and folders and copy these to another directory using inotify | [Readme](https://github.com/Isaaker/isaaker-shell-scripts/blob/main/inotify-bourne-shell-script/readme.md) | [Script](https://github.com/Isaaker/isaaker-shell-scripts/blob/main/inotify-bourne-shell-script/script.sh) | [GitHub Folder](https://github.com/Isaaker/isaaker-shell-scripts/tree/main/inotify-bourne-shell-script) |
| Ianseo Installer | Script to help you install ianseo and requeired packages | [Readme](https://github.com/Isaaker/isaaker-shell-scripts/tree/main/ianseo-installer/readme.md) | [Script](https://github.com/Isaaker/isaaker-shell-scripts/tree/main/ianseo-installer/script.sh) | [GitHub Folder](https://github.com/Isaaker/isaaker-shell-scripts/tree/main/ianseo-installer) |
| Dump1090 Status | Script to check and restart dump1090-fa | [Readme](https://github.com/Isaaker/isaaker-shell-scripts/blob/main/dump1090_status/readme.md) | [Script](https://github.com/Isaaker/isaaker-shell-scripts/blob/main/dump1090_status/script.sh) | [GitHub Folder](https://github.com/Isaaker/isaaker-shell-scripts/tree/main/dump1090_status) |
## Run the commands:
To run the scripts of this repo you can use:
```
bash script.sh
```
## License:
The code is under Creative Commons Attribution-ShareAlike 4.0 International Public License, view the license at: https://github.com/Isaaker/isaaker-shell-scripts/blob/main/LICENSE.txt
