6 lines
63 B
Plaintext
6 lines
63 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
addgroup -g 3000 -S rxselfsig 2>/dev/null
|
||
|
|
||
|
return 0
|