1 2 3 4 5 6
#!/bin/sh set -eu printf 'Name: ' read -r nick rest exec catgirl -n "$nick" -s "$nick" "$@"