diff options
Diffstat (limited to '.local/bin/milieage')
-rwxr-xr-x | .local/bin/milieage | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/milieage b/.local/bin/milieage index c6831cd..ed1bea7 100755 --- a/.local/bin/milieage +++ b/.local/bin/milieage @@ -17,6 +17,6 @@ lie="$(echo "$previous" + "$miles" + "$lie_miles" | bc)" printf "\nYou have %s miles in the bank.\nEnter %s as your month end." "$banked" "$lie" datestamp=$(date +"%Y-%m-%dT%H:%M:%S%z") -printf "# %s %s %s %s %s" "$datestamp" "$current" "$previous" "$miles" "$banked">> "$0" +printf "\n# %s %s %s %s %s" "$datestamp" "$current" "$previous" "$miles" "$banked" >>"$0" exit |