mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-28 21:33:51 +00:00
Add shebang back
parent
be04ddb61b
commit
80cee17795
@ -174,6 +174,8 @@ This method involves doing everything on your local machine without requiring an
|
||||
Save this script to a file named `dev.sh`:
|
||||
|
||||
```bash
|
||||
#!/bin/bash
|
||||
|
||||
rm -rf entries/ && mkdir -p entries && rm -rf pprof/* && make clean && make agent
|
||||
sudo setcap cap_net_raw,cap_net_admin=eip ./agent/build/mizuagent
|
||||
./agent/build/mizuagent --api-server & \
|
||||
|
Loading…
Reference in New Issue
Block a user