From 74cebff472e561dc275738833d2a77896e1e7cbc Mon Sep 17 00:00:00 2001 From: hc Date: Mon, 23 Mar 2026 20:16:45 +0800 Subject: move dotfiles into mac/ dir --- mac/quickstart | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 mac/quickstart (limited to 'mac/quickstart') diff --git a/mac/quickstart b/mac/quickstart new file mode 100644 index 0000000..29b924b --- /dev/null +++ b/mac/quickstart @@ -0,0 +1,2 @@ +SSH_KEY=~/macm4-resident; SSH_HOST=root@p.noml.ch; ssh-agent bash -c "ssh-add $SSH_KEY && git push" +while true; do nc -l -p 5023 | openssl enc -d -aes-256-cbc -pbkdf2 -pass pass:YourPassword | pbcopy; done -- cgit