Skip to content

Latest commit

 

History

History
211 lines (208 loc) · 7.39 KB

README.md

File metadata and controls

211 lines (208 loc) · 7.39 KB

scripts

Small, useful platform-agnostic scripts (mostly just for Linux) that don't justify having their own repo

Highlights

  • clowncar: This is a wrapper for useradd that handles an SSH public key. It can be run in order to create a user immediately, or be run in "clowncar factory mode" to create a script that will create the user later. In either case it prompts for a key.
  • smooth: Unified wrapper for various source control systems. Assumes collaborative workflow. [Full documentation](doc/s for smooth source control.md)
  • userlist: Shows columns of useful information about Unix users, including account expiry and everything to do with password (when run as root). Has many modes to show extra stuff.

Scripts