mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-26 02:03:21 +01:00
12 lines
252 B
Bash
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
|