aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sh/gpg.sh
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-05-16 18:20:35 -0500
committerToby Vincent <tobyv13@gmail.com>2021-05-16 18:20:35 -0500
commit7f5ce770c921f538f4ef15036412cf619ded8cc0 (patch)
treee3966af90c1e97596b685313f8291a269f24287d /sh/gpg.sh
parente0b9f01a791898404e05d8fcc3d8c9af74fde107 (diff)
feat: added shebang to all shell files
Diffstat (limited to 'sh/gpg.sh')
-rwxr-xr-xsh/gpg.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/sh/gpg.sh b/sh/gpg.sh
index 1909fad..c223695 100755
--- a/sh/gpg.sh
+++ b/sh/gpg.sh
@@ -1,3 +1,5 @@
+#!/usr/bin/env bash
+
# https://github.com/benpye/wsl-ssh-pageant
# https://github.com/drduh/YubiKey-Guide#remote-host-configuration
# https://dev.to/dzerycz/series/11353