10 Commits

Author SHA1 Message Date
Christopher
222e6af258 🔧 refactor: Use #!/usr/bin/env bash in all shell scripts (#16)
This commit refactors all the shell scripts to use `#!/usr/bin/env bash` instead of `#!/bin/bash`. This change ensures that the scripts will run with the system's default Bash interpreter, even if it is not located at the standard `/bin/bash` path.
2024-10-23 13:32:15 -05:00
Christopher
d98401b795 chore: Add more comments to the blocking websites script 2024-06-01 15:03:34 -05:00
Christopher
41a06c65d9 Refactor start and end markers in run.sh script for website blocking 2024-06-01 14:58:44 -05:00
Christopher
37ea6e73cd feat: Update toggle-website-blocking script to use relative path for CONFIG_FILE 2024-06-01 14:57:54 -05:00
Christopher
3fab85c26b feat: Update toggle-website-blocking script to use sudo for running the script 2024-06-01 14:57:34 -05:00
Christopher
e1dc535d6b Refactor run.sh script to use relative path for CONFIG_FILE 2024-06-01 14:55:02 -05:00
Christopher
764e828f8e feat: Improve welcome message and settings handling in toggle-website-blocking script 2024-06-01 14:50:26 -05:00
Christopher
bbd207a513 feat: Update toggle-website-blocking script to use curl or wget for downloading and running the script 2024-06-01 14:06:59 -05:00
Christopher
9da3308074 Refactor website blocking script and settings configuration 2024-06-01 14:02:14 -05:00
Christopher
c619939d96 feat: Add script to toggle website blocking 2024-06-01 13:46:20 -05:00