Mercurial Hosting > luan
view host/macos/removeStartupScripts.sh @ 1795:745f756e719b
make copy_to recursive
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 02 Jan 2024 21:49:54 -0700 |
parents | fd3d56f39450 |
children |
line wrap: on
line source
#!/bin/bash . startupScripts.sh; cd $localStartup; for file in *.plist; do sudo rm ${systemStarup}/${file}; sudo rm $file; done;