comparison host/removeStartupScripts.sh @ 1632:0344a535b1db

add doc
author fffilimonov
date Tue, 14 Dec 2021 07:41:01 +0000
parents 35c626c06dd5
children 665049cffc02
comparison
equal deleted inserted replaced
1631:35c626c06dd5 1632:0344a535b1db
4 4
5 cd $localStartup; 5 cd $localStartup;
6 6
7 for file in *.plist; do 7 for file in *.plist; do
8 sudo rm ${systemStarup}/${file}; 8 sudo rm ${systemStarup}/${file};
9 rm $file;
9 done; 10 done;
10
11 cleanUp;