#!/bin/bash echo "Running $@..." nohup $@ 2>&1 >/dev/null &