diff options
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/np | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +!#/usr/bin/bash + +if [ $# -eq 0 ]; then + echo "Please specify a file to open." +else + args="$(cygpath -w $@)" + /path/to/notepad++.exe $args +fi + |
