#!/bin/bash # # Zymonic Business Process and Information Management System # Copyright Zednax Limited 2008 - # For Authors and Changelog see the subversion history # # This will run its argument and echo out its PID # $@ &> /dev/null & disown echo $!