#!/bin/sh

# Run a command in the background.

(nohup $* > /dev/null )&
