1
0
Fork
You've already forked inutility_scripts
0
A collection of miscellaneous scripts that don't do anything useful
  • Shell 100%
2025年02月13日 14:23:27 +00:00
src [disappearing.sh]: Add disappearing.sh 2025年02月13日 14:21:44 +00:00
README.md [README]: Add disappearing.sh 2025年02月13日 14:23:27 +00:00

inutility_scripts: a collection of miscellaneous scripts that don't do anything useful

This repository was created as a sister repository to the more practical utility_scripts repository to house scripts that were not useful enough to earn a place in there.

Overview

  • disappearing.sh: a script that deletes its source code while executing and replaces it when exiting, hence "disappearing" while running and re-appearing once finished.
  • recursive.sh: a script that calls itself.
  • self_destruct.sh: a script that deletes itself.
  • suicidal.sh: a script that kills the process that's executing it, i.e. itself.
  • trippy.sh: a script that displays random visual data to the screen (only works when called from a TTY, by a user who has write access to the fb0 device, e.g. root).