https://github.com/cbondurant/sudont
Grant superuser permission, then do nothing
https://github.com/cbondurant/sudont
joke sudo useless
Last synced: about 1 month ago
JSON representation
Grant superuser permission, then do nothing
- Host: GitHub
- URL: https://github.com/cbondurant/sudont
- Owner: cbondurant
- License: mit
- Created: 2018-01-05T19:52:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-05T22:40:10.000Z (over 7 years ago)
- Last Synced: 2024-11-14T04:34:28.950Z (7 months ago)
- Topics: joke, sudo, useless
- Language: C
- Homepage:
- Size: 3.91 KB
- Stars: 15
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dev-fun - sudont - Grants superuser permission, then does nothing. (CLI)
README
# sudont
Grants superuser permission, then does nothing# installing
To install, run the following command:
```gcc dont.c -O3 -o dont; sudo cd dont sudont /bin/```# using
Run sudon't with the following command:
```sudont ```This will not run the program under super user permissions.