Running a script

Ryan Schmidt ryandesign at macports.org
Mon Jan 6 05:23:41 PST 2014


On Jan 5, 2014, at 22:43, M. Daniel Becque wrote:

> If I have a standard MacPorts setup and the script file that Ryan mentioned is ~/cleanup.txt, what steps do I need to take in order to run it? Thanks

I don’t remember what script we were talking about… but to run a script, all you need is to make sure it has the executable bit:

chmod a+x ~/cleanup.txt

And then run it:

~/cleanup.txt





More information about the macports-users mailing list