6 lines
174 B
Bash
Executable File
6 lines
174 B
Bash
Executable File
#!/bin/bash
|
|
cd /Users/jakeshore/.clawdbot/workspace/genre-viz
|
|
/usr/bin/python3 -m http.server 8420 &
|
|
sleep 2
|
|
/opt/homebrew/bin/cloudflared tunnel --url http://localhost:8420
|