Created
May 26, 2012 21:12
-
-
Save kisom/2795335 to your computer and use it in GitHub Desktop.
port windows shortcuts to *nix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
rm /usr/bin/ln | |
echo 'echo exec $(which $1) > $2 && chmod +x $2' > /usr/bin/ln | |
chmod +x /usr/bin/ln |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment