Skip to content

Commit

Permalink
neu: .command-file um dinge direkt im browser zu öffnen
Browse files Browse the repository at this point in the history
  • Loading branch information
xenein committed Aug 6, 2023
1 parent cd6992b commit 6d3aa43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions start.command
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
cd $(dirname $0)
python3 ./web.py

1 change: 1 addition & 0 deletions web.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
import threading
import webbrowser

Expand Down

0 comments on commit 6d3aa43

Please sign in to comment.