diff options
-rw-r--r-- | gnuplot.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnuplot.org b/gnuplot.org index 2988e22..04973f5 100644 --- a/gnuplot.org +++ b/gnuplot.org @@ -2,8 +2,8 @@ #+PROPERTY: header-args:gnuplot :tangle tangle/.gnuplot :eval query * Symlink First create a symlink to the desired config location. -#+begin_src shell :results silent -ln -s $(pwd)/tangle/.gnuplot ~/ +#+begin_src shell :results silent :tangle tangle/symlink.sh :shebang "#!/bin/bash" +ln -siv $(pwd)/tangle/.gnuplot ~/ #+end_src * Main configuration #+begin_src gnuplot |