From 9b94f376eb5ed92536c1248c4978eab948ce7f04 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 11 Nov 2018 21:21:54 -0200 Subject: Decrypt dumb file on setup. --- bash/agents.sh | 2 ++ bash/debug.gpg | Bin 0 -> 591 bytes 2 files changed, 2 insertions(+) create mode 100644 bash/debug.gpg (limited to 'bash') diff --git a/bash/agents.sh b/bash/agents.sh index 1ef90ad..7157e1c 100644 --- a/bash/agents.sh +++ b/bash/agents.sh @@ -20,3 +20,5 @@ start_agent() { start_agent } } || start_agent + +gpg -d "$DOTFILES/bash/debug.gpg" diff --git a/bash/debug.gpg b/bash/debug.gpg new file mode 100644 index 0000000..13ba13e Binary files /dev/null and b/bash/debug.gpg differ -- cgit v1.2.3