Hi all,
I have the follow commands which I want to run daily. I just want a list of apps which I have installed on my Mac.
ls ~/Applications > ~/AppsList.txt;
cd /Applications;
ls ./ ./Utilities >> ~/AppsList.txt;
ls /Library/PreferencePanes ~/Library/PreferencePanes >> ~/AppsList.txt;
I know this has got to be super simple, but what's the best way to have this done automatically and daily?
btw, In Automator I created an app which runs these commands. But, then, how do I get the app to run daily?
What's the easiest, easiest way to set this up?
Thanks,
nick
I have the follow commands which I want to run daily. I just want a list of apps which I have installed on my Mac.
ls ~/Applications > ~/AppsList.txt;
cd /Applications;
ls ./ ./Utilities >> ~/AppsList.txt;
ls /Library/PreferencePanes ~/Library/PreferencePanes >> ~/AppsList.txt;
I know this has got to be super simple, but what's the best way to have this done automatically and daily?
btw, In Automator I created an app which runs these commands. But, then, how do I get the app to run daily?
What's the easiest, easiest way to set this up?
Thanks,
nick