1 2 3 4 5
#!/bin/sh # Simple command to spawn and detach an application "$@" >/dev/null 2>&1 &
Generated with cgit - Back to sebastiano.tronto.net