diff options
| author | lassulus <lassulus@googlemail.com> | 2011-12-24 15:38:10 +0100 |
|---|---|---|
| committer | lassulus <lassulus@googlemail.com> | 2011-12-24 15:38:10 +0100 |
| commit | d9ee80418ecb057ac9ebc0f9a3e8b3bb2612a48a (patch) | |
| tree | 0469572f6c20a21a2c24dbaacd01f2077fae5a6f /assets/README | |
| parent | 43bf246a44e5ca222c6596d02f0546b77bfd53cf (diff) | |
| parent | c4c9a613623650ebf703dc4c4a5219ba7d65e0aa (diff) | |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'assets/README')
| -rw-r--r-- | assets/README | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/assets/README b/assets/README index f1875194..7f90bfbf 100644 --- a/assets/README +++ b/assets/README @@ -21,17 +21,20 @@ Example: ass set bob-pc owner bob ass set bob-pc location bob\'s-home -### asq (ass-quick) -asq is a wrapper around the core ass. It should be used for adding lots and lots of new entries to the truth. It evaluates Variables from your environment. +### asq +asq is a tool to query the truth for facts. This is currently only a placeholder + +### FAST +fast is a wrapper around the core ass. It should be used for adding lots and lots of new entries to the truth. It evaluates Variables from your environment. Example: export ASS_LOCATION=bob\'s-home export ASS_OWNER=bob - asq c logitech-sidewinder-gamepad - asq c arduino-uno - asq s amount 3 + fast c logitech-sidewinder-gamepad + fast c arduino-uno + fast s amount 3 -asq will then actually generate the following: +fast will then actually generate the following: ass create logitech-sidewinder-gamepad ass set logitech-sidewinder-gamepad owner bob ass set logitech-sidewinder-gamepad location bob\'s-home |
