mirror of
https://github.com/m8tin/cis.git
synced 2025-12-06 15:58:26 +01:00
4 lines
88 B
Bash
Executable File
4 lines
88 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo usermod --remove --groups sudo "${1:?"Missing first parameter USER"}"
|