Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/robiot/cbot

Shutdown or reboot your linux system with x86_64 assembly
https://github.com/robiot/cbot

assembly linux reboot shutdown x64

Last synced: 2 months ago
JSON representation

Shutdown or reboot your linux system with x86_64 assembly

Awesome Lists containing this project

README

        

### Cbot / Custom boot
Shutdown or reboot your linux system with assembly.\
This is made using the reboot syscall.\
It needs to be ran as superuser.
```
Examples:
sudo cbot shutdown
sudo cbot reboot
```

How to build:
```
git clone https://github.com/robiot/cbot.git
cd cbot
make
```
The binary will be placed in the bin folder