mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-09 15:17:59 -05:00
6 lines
77 B
Bash
Executable File
6 lines
77 B
Bash
Executable File
#!/bin/bash
|
|
|
|
kill $(lsof -t -i :5000)
|
|
|
|
flutter run -d chrome --web-port 5000
|