dotfiles/.config/shell/bin/launch

5 lines
43 B
Bash
Executable file

#!/bin/bash
$@ > /dev/null 2>&1 &
disown