From 9ca8cb0dfa3888bd9f0168e4c8690f9294d1c84b Mon Sep 17 00:00:00 2001 From: AlmightyMiau Date: Fri, 15 Nov 2024 11:52:48 -0800 Subject: Add descriptions to scripts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3