destroyerr

(★ 39)

Ensure integrity for mission-critical systems

File Explorer

  • .Dockerignore
  • .gitignore
  • .swrc
  • Dockerfile
  • flake.lock
  • flake.nix
  • justfile
  • LICENSE
  • package.json
  • README.md
  • spack.config.js
  • yarn.lock

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

reboot

View Details ▼

Reboot the system.

reboot

Reboot the system:

sudo reboot

Reboot immediately:

reboot {{[-p|--poweroff]}}

Power off the system (same as `poweroff`):

🔍

shutdown

View Details ▼

Shutdown and reboot the system.
See also: `poweroff`.

shutdown -h now

Power off ([h]alt) immediately:

shutdown -h now

Power off (halt) immediately:

shutdown /s

Shutdown the current machine:

// repository documentation