Retouch the backlink script

master
Jacopo De Simoi 4 years ago
parent 823629cc4f
commit b958e617e7
  1. 4
      zshrc.org

@ -211,10 +211,10 @@ setup-pi-webcam()
BIG FAT WARNING: this needs to specify an actual file as a destination BIG FAT WARNING: this needs to specify an actual file as a destination
(similar to ln) adding a directory would not work. (similar to ln) adding a directory would not work.
#+begin_src sh #+begin_src sh
lb() bl()
{ {
mv $1 $2 mv $1 $2
ln -s $2 $1 ln $2 $1
} }
#+end_src #+end_src
*** konsole helpers :daily: *** konsole helpers :daily:

Loading…
Cancel
Save