https://github.com/unesty/qe
Run program quietly on Linux
https://github.com/unesty/qe
Last synced: about 2 months ago
JSON representation
Run program quietly on Linux
- Host: GitHub
- URL: https://github.com/unesty/qe
- Owner: Unesty
- Created: 2021-02-26T16:11:43.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-26T16:32:01.000Z (over 5 years ago)
- Last Synced: 2025-01-10T14:56:45.248Z (over 1 year ago)
- Language: C
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qe
Run program quietly on Linux
Usage: `qe OPTIONS PROG ARGS`
Options:
* 0 1 2 to close only specific fd
* -s(no setsid)
* -f(no fork)
* -d(same as 2-s -f)
* -c [PATH to cd]
* -h(help)