simple-bash-scripts
simple-bash-scripts copied to clipboard
A collection of simple Bash scripts
decrypt and untar
This pull request introduces a Bash script (systemupdate.sh) designed to automate system updates and upgrades. The script simplifies the process of keeping the system software up-to-date by executing necessary package...
i test how to make pull request
- Added a check to ensure ImageMagick is installed before executing the script. - If ImageMagick is not found, the script will exit with an error message.
adding sound to alert user when time 's up
Hi @ruanyf , I'm not getting the **" sh=$(which $SHELL) exec $sh** ". What you are trying to achieve over here . #!/bin/bash LEVEL=$1 for ((i = 0; i <...
Updating script to modern POSIX specifications and removing legacy bash notation for clearer readability (e.g. $() over backticks, and "printf | cut" over "expr substr"). $Dollar notation is also not...
recent pull..