We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e706c03 commit c25c648Copy full SHA for c25c648
0x05-processes_and_signals/8-beheaded_process
@@ -0,0 +1,3 @@
1
+#!/usr/bin/env bash
2
+# Kill process 7-highlander
3
+pkill -f -SIGKILL 7-highlander
0 commit comments