summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlmightyMiau <almightymeow612@gmail.com>2024-11-15 11:52:48 -0800
committerGitHub <noreply@github.com>2024-11-15 11:52:48 -0800
commit9ca8cb0dfa3888bd9f0168e4c8690f9294d1c84b (patch)
treed33bc98ab8f3144ad49bc7314164bfa8cbf6bbb9
parent91c802ee3624174c9faaabef4405acc8009a5ec7 (diff)
Add descriptions to scripts
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index a9e9347..acd55fe 100644
--- a/README.md
+++ b/README.md
@@ -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