5 lines
49 B
Text
5 lines
49 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
cd ~
|
||
|
${@} 2>&1 >/dev/null &
|