mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-29 13:54:52 +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`:
|
Save this script to a file named `dev.sh`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
rm -rf entries/ && mkdir -p entries && rm -rf pprof/* && make clean && make agent
|
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
|
sudo setcap cap_net_raw,cap_net_admin=eip ./agent/build/mizuagent
|
||||||
./agent/build/mizuagent --api-server & \
|
./agent/build/mizuagent --api-server & \
|
||||||
|
Loading…
Reference in New Issue
Block a user