as-services/scripts/dev-logs

15 lines
428 B
Bash
Executable file
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/usr/bin/env bash
set -e
# 1) your “before_script”
# 2) launch Terminator in its own D-Bus session (so it fully registers & unregisters windows),
# background it, and redirect all of its output away from your shell:
dbus-run-session -- terminator \
--config ./terminator-config \
--layout dev \
> /dev/null 2>&1 &
# 3) remove it from your shells job table so it wont ever echo anything later
disown