commit 22ebf43815a3843203d96a48ed8a92a2f87e7484 parent 087512b469adf383b6c76707a0001bd8b7129ae0 Author: Chris Roberts <chris.roberts@learningunix.net> Date: Sat, 20 Jun 2026 11:41:50 -0500 updated cheats Diffstat:
| M | cheat-sheet.sh | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/cheat-sheet.sh b/cheat-sheet.sh @@ -1,9 +1,10 @@ #!/bin/sh -commandList="tea +commandList="tea repos create --name resume --description 'resume source code' --private=true ─╯ git hcloud nmap -sn 192.168.0.0/24 2>/dev/null | grep -E 'report|MAC' " +ansible-playbook -i inventory/hosts.yml site.yml --list-hosts if ! command -v wofi >/dev/null 2>&1; then echo "wofi is not installed"