https://github.com/frzifus/pause
revolutionary software
https://github.com/frzifus/pause
cross-platform free-software rocket-science unixporn
Last synced: about 2 months ago
JSON representation
revolutionary software
- Host: GitHub
- URL: https://github.com/frzifus/pause
- Owner: frzifus
- License: gpl-3.0
- Created: 2017-10-21T13:24:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-10T18:03:29.000Z (over 5 years ago)
- Last Synced: 2025-03-24T05:14:05.693Z (about 2 months ago)
- Topics: cross-platform, free-software, rocket-science, unixporn
- Language: Makefile
- Homepage:
- Size: 19.5 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PAUSE
------
### Motivation
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.### Description
-------
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### Build
**1. Get the repository**
#### https
```https
git clone https://github.com:Frzifus/PAUSE.git
```**2. Navigate to the repo and execute**
```bash
make -j4
```### Install and uninstall
-----
**Execute as privileged user**
```bash
make install
#or
make uninstall
```