diff options
author | Filipp Lepalaan <filipp@mac.com> | 2017-04-14 16:08:27 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2017-04-14 16:08:27 +0300 |
commit | 40e461b6e14835f2697e10442ade115582ec305a (patch) | |
tree | fb12d5caedeae92706e2c4fbbccba3e68cc37936 | |
parent | a1406ed910d5b55081f969631e475717beaeac30 (diff) | |
download | machammer-40e461b6e14835f2697e10442ade115582ec305a.tar.gz machammer-40e461b6e14835f2697e10442ade115582ec305a.tar.bz2 machammer-40e461b6e14835f2697e10442ade115582ec305a.zip |
Shortened kamikaze example
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |