As the title says, what is the shortest way to remove the /boot folder after a random amount of time in Bash (or Zsh)?
The purpose of this is a tattoo, with similar length of this one, which is 19 characters long (or 20 with correct syntax) and 11 without the prompt.
Old tattoo: life:~# :(){:|:&};:
I've tried this so far, which is too many characters (42 without prompt):
life:~# if [ $RANDOM = 1 ]; then; rm -r /boot; fi