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