Skip to content

Commit f4d8cd8

Browse files
authoredFeb 15, 2023
Update README.md
1 parent a8efe89 commit f4d8cd8

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed
 

‎README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
You can Start, Pause, Resume and end Processes with this tool.
44
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
5+
6+
bg {programm, args}- starts a Process with given args
7+
bgstop {PID} - stops a process
8+
bgstart {PID} - resumes a proccess
9+
bgkill {PID} - kills the given process
10+
bglist - list all executed processes
11+
bgkillall - kill all processes
12+
exit - exit the programm

0 commit comments

Comments
 (0)
Please sign in to comment.