From d4c8150e7c91af74dbbaec6332fe84cedcdc1782 Mon Sep 17 00:00:00 2001 From: Kai Kewley Date: Wed, 9 Apr 2014 11:26:58 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 17d0c9c..ce58af6 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,5 @@ One liner: ```sh cd /tmp && git clone https://github.com/kaicode/ssh_access.git && cd ssh_access && ./create_kaik_user_with_sudo_access.sh && echo 'Kai has access' && cd .. && rm -r ssh_access ``` +
+Thanks to [@mattwillsher](https://github.com/mattwillsher) for the idea!