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 _______________________________________________ macports-users mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-users
