diff options
| author | Manuel Amago <mamago@gmail.com> | 2019-09-08 06:10:12 +0100 |
|---|---|---|
| committer | Manuel Amago <mamago@gmail.com> | 2019-09-08 06:10:12 +0100 |
| commit | 18f5afe6634d52d38fd6651fe30dbcc3294cf927 (patch) | |
| tree | be57e23855dedc94d695d1cc8d6f3fbdc1ec83f0 /bin | |
| parent | 1a1bcf35921b627fd6bda1a64fd88227cbbcfcc7 (diff) | |
| download | dotfiles-master.tar.gz dotfiles-master.zip | |
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 + |
