NAME
pebble
SYNOPSIS
pebble
[--nostdin]
[--cmd=COMMAND_WITH_ARGS]
[--out=PARSER]
[ PEBBLE_SOURCE_CODE PEBBLE_SOURCE_CODE ... ]
[--web_cache [=flush] ]
[--script]
- --nostdin
- --cmd
- --out
- PEBBLE_SOURCE_CODE
- --web_cache
-
Use a file based cache for all web requests. If it's in the cache, don't touch the Net.
- --web_cache=flush
-
Before using the cache, clear it.
- --script
-
Don't run any Pebble source code, instead print all of it.
This is so that you can easily transfer ad-hoc scripting on the command line to a more reusable script.
Recommended file extension for Pebble scripts: .pbl Make sure your editor syntax highlights this as Perl.