nix-config/sh/504-launch

12 lines
252 B
Plaintext
Raw Normal View History

2018-09-01 06:18:59 +02:00
#!/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