diff options
-rwxr-xr-x | BudgetReport.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BudgetReport.sh b/BudgetReport.sh index 65be630..6db1e8c 100755 --- a/BudgetReport.sh +++ b/BudgetReport.sh @@ -21,6 +21,7 @@ The '$month' column is how much we actually spent so far this month. Create a report that summarizes how much we have spent so far. Make recommendations to help us stay under budget for the rest of the month. Identify opportunities to save money or to make room in the budget. +We don't have to follow the budget strictly, but we want to keep monthly spending under \$10,000. Be concise and to the point. Don't offer follow-up tasks, this is a one-off report, not a conversation. @@ -48,6 +49,7 @@ pandoc --standalone --metadata title="$subject" \ email_args=( --to ben@bensima.com --to katesima21@gmail.com + --to bsima@icloud.com --from ben@bensima.com --smtp-server bensima.com --subject "$subject" |