We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8efe89 commit f4d8cd8Copy full SHA for f4d8cd8
README.md
@@ -2,10 +2,11 @@
2
3
You can Start, Pause, Resume and end Processes with this tool.
4
Commands:
5
-bg {programm, args}- starts a Process with given args
6
-bgstop {PID} - stops a process
7
-bgstart {PID} - resumes a proccess
8
-bgkill {PID} - kills the given process
9
-bglist - list all executed processes
10
-bgkillall - kill all processes
11
-exit - exit the programm
+
+ bg {programm, args}- starts a Process with given args
+ bgstop {PID} - stops a process
+ bgstart {PID} - resumes a proccess
+ bgkill {PID} - kills the given process
+ bglist - list all executed processes
+ bgkillall - kill all processes
12
+ exit - exit the programm
0 commit comments