File size: 77 Bytes
b225a21
 
 
 
 
1
2
3
4
5
6
#!/bin/bash

kill $(lsof -t -i :5000)

flutter run -d chrome --web-port 5000