index
:
raspi-ducky.git
main
A tool to turn the Raspberry Pi Pico into a USB Rubber Ducky
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
circuitpython
/
lib
/
axtls
/
ssl
/
test
/
killopenssl.sh
blob: 17950fbaef6056055d717cc0bc3d7a4cde69e734 (
plain
)
1
2
#!/bin/sh
ps
-ef
|
grep
openssl
|
/usr/bin/awk
'{print $2}'
|
xargs
kill
-9