summaryrefslogtreecommitdiff
path: root/mac/quickstart
diff options
context:
space:
mode:
authorhc <hc@email.ch>2026-03-23 20:16:45 +0800
committerhc <hc@email.ch>2026-03-23 20:16:45 +0800
commit74cebff472e561dc275738833d2a77896e1e7cbc (patch)
tree54c0b169c9affd7924a146a44a843022ceec40a6 /mac/quickstart
parent4d691bef38bcc7e627e6267ca07bce99a2bde128 (diff)
move dotfiles into mac/ dir
Diffstat (limited to 'mac/quickstart')
-rw-r--r--mac/quickstart2
1 files changed, 2 insertions, 0 deletions
diff --git a/mac/quickstart b/mac/quickstart
new file mode 100644
index 0000000..29b924b
--- /dev/null
+++ b/mac/quickstart
@@ -0,0 +1,2 @@
1SSH_KEY=~/macm4-resident; SSH_HOST=root@p.noml.ch; ssh-agent bash -c "ssh-add $SSH_KEY && git push"
2while true; do nc -l -p 5023 | openssl enc -d -aes-256-cbc -pbkdf2 -pass pass:YourPassword | pbcopy; done