Fixed hashbangs in link/unlink

This commit is contained in:
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 # Create symlinks
ln -s $(pwd)/.vimrc ~ ln -s $(pwd)/.vimrc ~

View File

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