Files
2026-01-23 08:55:18 +01:00

7 lines
130 B
Bash
Executable File

#!/usr/bin/bash
USER=${1:-"presko"}
groupadd $MACHINE
useradd -k $HOMESKEL_DIR -m -G sudo,$MACHINE $1
usermod -aG $MACHINE $USER