feat(bin): More scripts for 'bin' directory

This commit is contained in:
2025-05-14 22:22:17 +02:00
parent c13e8b3d9d
commit 3de58bb297
6 changed files with 34 additions and 1 deletions

3
bin/webserver Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
python3 -m http.server "$@"