Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/sh
- ######################################################################
- # CheckStuckProcCmds.sh
- #
- # UPDATE [2026-Apr-26]:
- # The script was moved to my GitHub repository.
- # See below for instructions.
- #
- # Last Modified: 2026-Apr-26 [Martinski W.]
- ######################################################################
- {
- cat <<EOF
- --------------------------------------------------------------------
- UPDATE [2026-Apr-26]:
- The script was moved to my GitHub repository.
- The latest "0.7.10" version update is now available.
- INSTALLATION COMMANDS:
- ----------------------
- curl -LSs --retry 3 --retry-delay 5 --retry-connrefused \
- https://raw.githubusercontent.com/Martinski4GitHub/CustomMiscUtils/master/Diags/CheckStuckProcCmds.sh \
- -o /jffs/scripts/CheckStuckProcCmds.sh && chmod a+x /jffs/scripts/CheckStuckProcCmds.sh
- For help run command:
- /jffs/scripts/CheckStuckProcCmds.sh help
- --------------------------------------------------------------------
- EOF
- }
- exit 0
- #EOF#
Advertisement
Comments
-
- The shell script was moved to GitHub repository.
Add Comment
Please, Sign In to add comment