Skip to content

Instantly share code, notes, and snippets.

@francisrstokes
Created February 2, 2026 11:58
Show Gist options
  • Select an option

  • Save francisrstokes/544f72104ee438704abbcd423d63b2e6 to your computer and use it in GitHub Desktop.

Select an option

Save francisrstokes/544f72104ee438704abbcd423d63b2e6 to your computer and use it in GitHub Desktop.
stfu command, to keep programs quiet and running in the background
#!/bin/bash
"$@" > /dev/null 2>&1 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment