An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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.