4 lines
47 B
Bash
4 lines
47 B
Bash
|
#/bin/sh -e
|
||
|
2>/dev/null 1>&2 $1 "$2" &
|
||
|
sleep 1
|