about summary refs log tree commit diff
path: root/scripts/chroot-prompt.sh
blob: 3b438411c439707994974c625130974de6936a8c (plain) (blame)
1
2
3
4
5
6
#!/bin/sh
set -eu

printf 'Name: '
read -r nick rest
exec catgirl -n "$nick" -s "$nick" "$@"
ficientlyJune McEnroe 10 daysAllow removing bodies and lensesJune McEnroe 10 daysLimit body width so it looks less silly on desktopJune McEnroe 11 daysHandle no film being loadedJune McEnroe 11 daysFancy up the text a littleJune McEnroe