6 lines
56 B
Plaintext
6 lines
56 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
addgroup -S -g 42 shadow 2>/dev/null
|
||
|
|
||
|
exit 0
|