mirror of
https://github.com/alexanderepstein/Bash-Snippets
synced 2018-11-08 02:59:35 +01:00
42 lines
765 B
Markdown
42 lines
765 B
Markdown
# SYNOPSIS
|
|
|
|
Simple wrapper for `stocks` script from Bash-Snippets.
|
|
|
|
|
|
# INSTALL
|
|
|
|
$ sparrow plg install stocks
|
|
|
|
# USAGE
|
|
|
|
Basic usage:
|
|
|
|
$ sparrow plg run stocks -- <args>
|
|
|
|
See parameters description at [https://github.com/alexanderepstein/Bash-Snippets#stocks](https://github.com/alexanderepstein/Bash-Snippets#stocks)
|
|
|
|
If you need some automation:
|
|
|
|
$ sparrow project create utils
|
|
|
|
$ sparrow task add utils $task-name stocks
|
|
|
|
$ sparrow task ini utils/$task-name
|
|
|
|
---
|
|
|
|
args:
|
|
- foo
|
|
- bar
|
|
- so on ...
|
|
|
|
$ sparrow task run utils/$task-name
|
|
|
|
# Author
|
|
|
|
* The author of main script is [Alex Epstein](https://github.com/alexanderepstein)
|
|
|
|
* The plugin maintainer is [Alexey Melezhik](https://github.com/melezhik/)
|
|
|
|
|
|
|