diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..fa94e0ef25b117c5d4e865f4bc2a0f6b84e4d73d --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Scripts + +### Command + +Capture command line output in a convenient way in python + +Ex: + + user = Command("whoami").get() + ps = Command("ps aux").grep(user).get() +