Skip to content

Instantly share code, notes, and snippets.

@JurrianFahner
Created March 26, 2023 13:46
Show Gist options
  • Save JurrianFahner/d0a2ce39bb1248fb33b493f6e1259a08 to your computer and use it in GitHub Desktop.
Save JurrianFahner/d0a2ce39bb1248fb33b493f6e1259a08 to your computer and use it in GitHub Desktop.
for i in /etc/update-motd.d/*; do if [ "$i" != "/etc/update-motd.d/98-fsck-at-reboot" ]; then $i; fi; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment