6 lines
50 B
Text
6 lines
50 B
Text
|
#!/bin/sh
|
||
|
|
||
|
addgroup -S abuild 2>/dev/null
|
||
|
|
||
|
exit 0
|