5 lines
90 B
Bash
Executable File
5 lines
90 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
unset LC_CTYPE
|
|
exec ${MINGW_PREFIX}/lib/notepad++/notepad++.exe "$@"
|