dotfiles/bin/run
Naman Sood df4823863f initial commit
Signed-off-by: Naman Sood <mail@nsood.in>
2022-01-09 17:30:53 -05:00

4 lines
61 B
Bash
Executable file

#!/bin/bash
echo "Running $@..."
nohup $@ 2>&1 >/dev/null &