HeshamTB
4702263d0a
- Basic tools. getinfo: curl from 'mubasher' as raw numbers readprice: read last price from raw info readdelta: read day's change in price stonks: still empty (interface) - Version 0.1-alpha - gitignore: raw/ folder Signed-off-by: HeshamTB <hishaminv@gmail.com>
10 lines
149 B
Bash
Executable File
10 lines
149 B
Bash
Executable File
#!/bin/bash
|
|
|
|
#cli interface to track TASI profolio
|
|
# 19 Aug 2020 - H.B
|
|
|
|
version=0.1-alpha
|
|
version_msg="stonks version $version"
|
|
echo "$version_msg"
|
|
|