Run a command in the background with no output
# this tells Bash to send stderr (2) to the same place as stdout (1) ./{command} > /dev/null 2>&1 &