summaryrefslogtreecommitdiff
path: root/sash
diff options
context:
space:
mode:
Diffstat (limited to 'sash')
-rwxr-xr-x[l---------]sash5
1 files changed, 4 insertions, 1 deletions
diff --git a/sash b/sash
index 62f8dc8..cc7fdda 120000..100755
--- a/sash
+++ b/sash
@@ -1 +1,4 @@
1penyou \ No newline at end of file 1#!/bin/sh
2sudo=$([ $(id -u) -eq 0 ] || echo sudo --)
3exec $sudo ssh -i /etc/ssh/ssh_host_ed25519_key -l root "$@"
4