mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-22 14:12:28 +00:00
6 lines
84 B
Bash
6 lines
84 B
Bash
#!/usr/bin/env sh
|
|
|
|
set -ex
|
|
|
|
printf "gns3\ngns3\n" | useradd -c "gns3" -G wheel gns3
|