Skip to content

Instantly share code, notes, and snippets.

@noosxe
Created March 21, 2020 17:32
Show Gist options
  • Save noosxe/b31bb1ef6f1fc13e9b349bc99755c569 to your computer and use it in GitHub Desktop.
Save noosxe/b31bb1ef6f1fc13e9b349bc99755c569 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
# adds a user non-interactively
adduser --disabled-password --gecos "" $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment