Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riywo/fcache
https://github.com/riywo/fcache
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/riywo/fcache
- Owner: riywo
- Created: 2013-04-04T01:14:24.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-10T08:43:16.000Z (over 11 years ago)
- Last Synced: 2024-10-21T20:05:41.683Z (3 months ago)
- Language: Python
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fcache
## Usage
Usage: fcache EXPIRE_SEC COMMAND [ARGS]
EXPIRE_SEC : expire sec
COMMAND : any command
ARGS : command line arguments## Example
$ cd example
$ ./example.sh
ifconfig.me port:63303
ifconfig.me port:63304
ifconfig.me port:63305
real 0m6.519s
user 0m0.241s
sys 0m0.186s
ifconfig.me port:63306
ifconfig.me port:63306
ifconfig.me port:63306
real 0m0.177s
user 0m0.269s
sys 0m0.202s