macosx-script-boot-shutdown icon indicating copy to clipboard operation
macosx-script-boot-shutdown copied to clipboard

This project is useful to execute a shell script during Mac OS X boot or shutdown.

Results 4 macosx-script-boot-shutdown issues
Sort by recently updated
recently updated
newest added

The trap command does not work for SIGKILL Just removed the line. On branch master Changes to be committed: modified: boot-shutdown.sh

Hi by me at first the shutdown commands did not execute startup well. Im working with a macbookpro mid 2010 . High Sierra 10.13.6 (which is max os installable on...

Just sharing example script to automate shutdown setup without original files modification (working with copies), might be appended to readme and be helpful ``` #!/bin/bash SCRIPT_DIR=$( cd -- "$( dirname...

Hi thx a lot for your great idea and tool! Everything works fine on my MacOS Sequoia 15.1. But one of my scripts which is called from your `boot-shutdown.sh` includes...