dotfiles/.config/shell/bin/launch

6 lines
43 B
Text
Raw Permalink Normal View History

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