nix-config/sh/504-launch
2018-09-01 00:18:59 -04:00

12 lines
252 B
Bash

#!/bin/sh
#
# `launch-cmd` is used to "launch" programs from the shell.
# This method of starting programs prevents it from logging to
# the shell and blocking the next command.
#
# https://github.com/silverhammermba/launch
set -xe
yay -S launch-cmd