summaryrefslogtreecommitdiff
path: root/dot/local/bin/penyou
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2022-05-06 03:29:42 -0400
committerAndrew Cady <d@jerkface.net>2022-10-09 13:53:09 -0400
commit431eda98ccd397a53fbf2eda9bc9f51502250a95 (patch)
treeb731e550cdf8572fea6192070b5093f4e8f9be76 /dot/local/bin/penyou
parent6de4c628eb311ff6a577cca8fad3135e07ccd226 (diff)
remove "penme" commands from this repo
Diffstat (limited to 'dot/local/bin/penyou')
-rwxr-xr-xdot/local/bin/penyou4
1 files changed, 0 insertions, 4 deletions
diff --git a/dot/local/bin/penyou b/dot/local/bin/penyou
deleted file mode 100755
index cc7fdda..0000000
--- a/dot/local/bin/penyou
+++ /dev/null
@@ -1,4 +0,0 @@
1#!/bin/sh
2sudo=$([ $(id -u) -eq 0 ] || echo sudo --)
3exec $sudo ssh -i /etc/ssh/ssh_host_ed25519_key -l root "$@"
4