scripts

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit f9aa84e78e51fec65c842115d3a6df2f7b8142a4
parent bd7ffe28f7dfff27d14447be1493fdf59b98a809
Author: Andrew Laack <andrew@laack.co>
Date:   Thu, 10 Jul 2025 23:13:31 -0500

Updated leetcode script for new system

Diffstat:
Mleetcode-submission.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/leetcode-submission.sh b/leetcode-submission.sh @@ -7,7 +7,7 @@ output=$(python3 ~/bin/python-files/create-leetcode.py "$1" "$2") && \ echo "$output" | xargs vim && \ dirname=$(echo "$output" | cut -d'/' -f1) && \ formatted_name=$(echo "$dirname" | tr '-' ' ') && \ -black . +python3 -m black . git add . && \ git commit -m "Completed $formatted_name" && \ git push