We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 482f760 commit 51ba04fCopy full SHA for 51ba04f
0x05-processes_and_signals/6-stop_me_if_you_can
@@ -0,0 +1,3 @@
1
+#!/usr/bin/env bash
2
+# script that stops 4-to_infinity_and_beyond process without kill or killall
3
+pkill -f 4-to_infinity_and_beyond
0 commit comments