mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 05:54:26 +01: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
|