scripts

Various scripts for UNIX-like systems
git clone https://git.tronto.net/scripts
Download | Log | Files | Refs | README

spawn (87B)


      1 #!/bin/sh
      2 
      3 # Simple command to spawn and detach an application
      4 
      5 "$@" >/dev/null 2>&1 &