Fixed hashbangs in link/unlink

nixos
lanxu 2018-02-17 16:19:09 +02:00
parent 751ef9c97b
commit c87c418fd5
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/biń/sh
#!/bin/sh
# Create symlinks
ln -s $(pwd)/.vimrc ~

View File

@ -1,4 +1,4 @@
#!/biń/sh
#!/bin/sh
# remove symlinks
unlink ~/.vimrc