From d55248989fe4aa8b7c6f5d06ac8a89b66ba3aba8 Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Tue, 10 Jun 2025 13:32:36 -0400 Subject: refactor: multiple changes (see description) * add LICENSEs where necesary * remove *pkg scripts from repo see: https://github.com/kj-sh604/gitpkg * rename .local/src python directories * update .local/bin scripts in relation to above --- .local/bin/rainfall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.local/bin/rainfall') diff --git a/.local/bin/rainfall b/.local/bin/rainfall index 7d9e082..54ab525 100755 --- a/.local/bin/rainfall +++ b/.local/bin/rainfall @@ -1,7 +1,7 @@ #!/bin/sh -BIN_PATH=~/.local/src/python-rainfall/rainfall -SCRIPT_PATH=~/.local/src/python-rainfall/rainfall.py +BIN_PATH=~/.local/src/rainfall/rainfall +SCRIPT_PATH=~/.local/src/rainfall/rainfall.py if [ -f "$BIN_PATH" ]; then $BIN_PATH -- cgit v1.2.3