static void makeExecutable(File file) ctex { if (!isWindows()) backtick("chmod a+rx " + bashQuote(file)); }