aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2017-04-14 16:08:27 +0300
committerFilipp Lepalaan <filipp@mac.com>2017-04-14 16:08:27 +0300
commit40e461b6e14835f2697e10442ade115582ec305a (patch)
treefb12d5caedeae92706e2c4fbbccba3e68cc37936
parenta1406ed910d5b55081f969631e475717beaeac30 (diff)
downloadmachammer-40e461b6e14835f2697e10442ade115582ec305a.tar.gz
machammer-40e461b6e14835f2697e10442ade115582ec305a.tar.bz2
machammer-40e461b6e14835f2697e10442ade115582ec305a.zip
Shortened kamikaze example
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d966c58..9ffacbd 100644
--- a/README.md
+++ b/README.md
@@ -131,7 +131,7 @@ An extreme example - say you have a Mac with nothing more than an admin account
Remote Desktop > Send UNIX command (as root):
```
-curl -o /tmp/machammer.zip http://machammer.org/machammer.zip && echo -e 'from machammer import users\nusers.create_user("John Appleseed", "supersecret")' | PYTHONPATH=/tmp/machammer.zip python
+PYTHONPATH="/tmp/machammer.zip" curl -o $PYTHONPATH http://machammer.org/machammer.zip && echo -e 'from machammer import users\nusers.create_user("John Appleseed", "supersecret")' | python
```
### system_profiler