catgirl/scripts/chroot-prompt.sh

7 lines
93 B
Bash
Raw Normal View History

2020-02-12 03:07:01 +00:00
#!/bin/sh
set -eu
printf 'Name: '
read -r nick rest
exec catgirl -n "$nick" -s "$nick" "$@"