AutoGPT/frontend/run

6 lines
77 B
Bash
Executable File

#!/bin/bash
kill $(lsof -t -i :5000)
flutter run -d chrome --web-port 5000