From c9d71cab67bd90becfa1472d3af9220f367f2ee3 Mon Sep 17 00:00:00 2001 From: fpi Date: Sun, 5 Apr 2020 20:00:32 +0200 Subject: Update symlinks --- gpg-agent.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gpg-agent.org') diff --git a/gpg-agent.org b/gpg-agent.org index 3ba28c4..02e2d55 100644 --- a/gpg-agent.org +++ b/gpg-agent.org @@ -1,8 +1,8 @@ #+PROPERTY: header-args:conf :tangle tangle/gpg-agent.conf :comments org -#+BEGIN_SRC sh :tangle no :results silent -ln -sf $(pwd)/tangle/gpg-agent.conf ~/.gnupg/gpg-agent.conf -ln -sf $(pwd)/tangle/sshcontrol ~/.gnupg/sshcontrol +#+BEGIN_SRC sh :tangle tangle/symlink.sh :results silent :shebang "#!/bin/bash" +ln -siv $(pwd)/tangle/gpg-agent.conf ~/.gnupg/gpg-agent.conf +ln -siv $(pwd)/tangle/sshcontrol ~/.gnupg/sshcontrol #+END_SRC -- cgit v1.2.3