Our purpose in creating this software was to bring one of Microsoft Windows most fundamental system-services to unix systems. We hope our contribution will help developers all over the world to easily deploy their projects to other systems.
PAUSE redefines the service called throughout the "PAUSE" command on Microsoft Windows host systems. The basic tasks are:
- the OS locates the PAUSE program
- allocate the memory to execute the command
- execute the command and wait for a keystroke
- deallocate the memory
- exit the OS and resume the program
1. Get the repository
git clone https://github.com:Frzifus/PAUSE.git
2. Navigate to the repo and execute
make -j4
Execute as privileged user
make install
#or
make uninstall