Prefer portable shebang

This commit is contained in:
Matthias Mullie 2016-02-17 14:26:14 +01:00
parent dc60e15734
commit a1a82c0787

View File

@ -1,7 +1,6 @@
#!/usr/bin/env bash
# http://stackoverflow.com/questions/5917249/git-symlinks-in-windows
#! /bin/bash
git config --global alias.rm-symlink '!__git_rm_symlink(){
git checkout -- "$1"
link=$(echo "$1")
@ -29,4 +28,4 @@ git config --global alias.rm-symlinks '!__git_rm_symlinks(){
done
}; __git_rm_symlinks'
git rm-symlinks
git rm-symlinks