commits
2018-07-31 | rwx.1: fix warnings reported by the mandoc linter | Sören Tempel |
2018-03-19 | rwx: don't cast chld parameter to void in evloop | Sören Tempel |
2017-12-26 | README.md: Fix typo (depend → depends) | Sören Tempel |
2017-12-26 | rwx.1: add date | Sören Tempel |
2017-12-26 | rwx: Align emitted usage string with man page | Sören Tempel |
Clone the repository to access all 8 commits.
rwx === **R**un a program **w**hile **X** is running. Installation ------------ This utility depends on libX11 if you already have libX11 installed you just need to make sure that the `X11INC` and `X11LIB` variables in the `Makefile` point to the right directories. If that's the case you can compile and install rwx using: ``` $ make $ make install ``` License ------- This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.