Mercurial Hosting > luan
view host/macos/removeStartupScripts.sh @ 1714:31a82b0d0a87
bbcode and html work
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 18 Jul 2022 23:49:47 -0600 |
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;