mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-13 10:20:42 +01:00
12 lines
252 B
Plaintext
12 lines
252 B
Plaintext
|
#!/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
|