catboy/scripts/chroot-prompt.sh

7 lines
93 B
Bash
Raw Normal View History

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