diff options
author | AlmightyMiau <almightymeow612@gmail.com> | 2024-11-15 11:52:48 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-15 11:52:48 -0800 |
commit | 9ca8cb0dfa3888bd9f0168e4c8690f9294d1c84b (patch) | |
tree | d33bc98ab8f3144ad49bc7314164bfa8cbf6bbb9 | |
parent | 91c802ee3624174c9faaabef4405acc8009a5ec7 (diff) |
Add descriptions to scripts
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -51,11 +51,11 @@ | Script | Description |
| ------ | ----------- |
|**liquidate.js**|sells all stocks|
-|**maxprice.txt**||
-|**minprice.txt**||
+|**maxprice.txt**|Holds the highest value of a stock|
+|**minprice.txt**|Holds the lowest value of a stock|
|**stocks.js**|Finds stocks that are increasing and runs `stocker.js` on them|
-|**stocker.js**||
-|**stockgains.txt**||
+|**stocker.js**|Monitors a single stock, manipulates prices by growing server, and sells high|
+|**stockgains.txt**|Holds the gains from selling stocks|
## servers/
6 txt files containing list of servers based on how many ports are needed to hack them
|