#!/bin/sh

# skip the host name
shift
# execute the rest of the command in the background
$* &
sleep 1
