Tagged Questions
1
vote
2answers
64 views
Is there such an app or script that automatically logs off a user after a given number of minutes of activity?
I am looking for information on either an app or script that logs off an account after a certain number of minutes. I know this can be done by default after X amount of inactivity. However, I am using ...
3
votes
1answer
175 views
Applescript array of applications
I have a script that reload the active tab of an open browser, but I want it to do with all opened browsers. Is there a way to make a list/array and use it in this code?
This code works with one ...
2
votes
2answers
637 views
Inserting shell script into .app bundle
I'm trying to shoe-horn a shell script into an application bundle so that the shell script will be run when I open the bundle, as opposed to the executable put in there.
Specifically, I'm trying to ...