Vice President

Results 5 issues of Vice President

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