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

kill $(lsof -t -i :5000)

flutter run -d chrome --web-port 5000