Keeps your processes running.
Go to file
Ian Wijma b0daf0db5f Improve script safety by quoting variables and updating comparisons
This commit updates the `test.sh` script to incorporate best shell scripting practices. Changes include quoting the variables "$SLEEP" and "$EXIT" to handle null or space-containing values better. The arithmetic comparison has been updated to use "bash-style" to improve the script's security. This refactoring aims to enhance the overall efficiency and reliability of the script execution.
2023-11-20 23:40:56 +11:00
.github/workflows Add OS-specific build archives to GitHub workflow 2023-11-19 16:05:18 +11:00
bin Improve script safety by quoting variables and updating comparisons 2023-11-20 23:40:56 +11:00
src Remove outdated codebase 2023-11-20 23:40:22 +11:00
.gitignore Remove outdated codebase 2023-11-20 23:40:22 +11:00
Cargo.lock Remove outdated codebase 2023-11-20 23:40:22 +11:00
Cargo.toml Remove outdated codebase 2023-11-20 23:40:22 +11:00