stop-sauron icon indicating copy to clipboard operation
stop-sauron copied to clipboard

To stop the all seeing eye of Sauron and make your MacBook operate as it should be.

Results 6 stop-sauron issues
Sort by recently updated
recently updated
newest added

Hey! I needed a way to automate the script, which would only work through passing the option via arguments, so that's exactly what I added :)

Bash has its limitations and therefore we should migrate to a language where we can have more flexibilities (e.g. test suite)

enhancement

Add state eraser for the VPN tooling (erase cookies, erase log files)

Find a way to enable and disable in an automatic way #!/bin/bash while :; do clear echo "Saoron goes to sleep" printf '1\n' | ./stop-sauron.sh echo "Saouron will rise in...

grep 'Installed' /private/var/log/install.log Dec 22 10:55:47 MacBook-Pro OSInstaller[605]: Installed "SU_TITLE" () Dec 22 10:55:47 MacBook-Pro OSInstaller[605]: Installed "SU_TITLE" () 2020-12-22 03:01:13-08 macbook-pro installd[465]: Installed "VMware Workspace ONE Intelligent Hub" ()...

enhancement

```bash $ find ~ -iname ".git" -exec echo {} \; | awk '{print $1"/config"}' | xargs grep "stop-sauron" | awk '{split($0,a,"/config"); print a[1]}' | uniq ```

enhancement