From f471edd0cfbbd84a61cca3b48358dc4f730c04d7 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 17 Oct 2023 10:49:03 +0300 Subject: [PATCH] shellrcsnippets/gpg-agent-for-ssh: add shebang and executable --- shellrcsnippets/gpg-agent-for-ssh | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 shellrcsnippets/gpg-agent-for-ssh diff --git a/shellrcsnippets/gpg-agent-for-ssh b/shellrcsnippets/gpg-agent-for-ssh old mode 100644 new mode 100755 index 4bf07e5..5aecd9c --- a/shellrcsnippets/gpg-agent-for-ssh +++ b/shellrcsnippets/gpg-agent-for-ssh @@ -1,3 +1,4 @@ +#!/usr/bin/env bash # SPDX-FileCopyrightText: 2023 Aminda Suomalainen # # SPDX-License-Identifier: CC0-1.0