We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad6174 commit 9329afaCopy full SHA for 9329afa
scripts/handle_tmux_automatic_start/systemd_disable.sh
@@ -1,5 +1,8 @@
1
#!/usr/bin/env bash
2
3
+# Maintainer: Sven Vowe @nuclearglow
4
+# Contact maintainer for any change to this file.
5
+
6
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
7
8
source "$CURRENT_DIR/../variables.sh"
scripts/handle_tmux_automatic_start/systemd_enable.sh
CURRENT_DIR="$( dirname ${BASH_SOURCE[0]} )"
source "$CURRENT_DIR/../helpers.sh"
0 commit comments