I want to create a file with the given text, set the file’s executable flag to enabled, then return the path.
How can I do this?
I want to create a file with the given text, set the file’s executable flag to enabled, then return the path.
How can I do this?
pkgs.writeScriptBin
Ryan