formatting head

This commit is contained in:
Acid
2025-12-27 15:33:48 -05:00
commit 6f3bdd61d4
63 changed files with 6935 additions and 0 deletions
Executable
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
setsid chromium-browser --use-gl=desktop --profile-directory='Default' "http://localhost:8000/" > /dev/null 2>&1 < /dev/null &
setsid firefox -p 'devfox' > /dev/null 2>&1 < /dev/null &