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" "$@"
2020-08-10Add litterbox portJune McEnroe 2020-08-10Add missing USES=pkgconfig to pounceJune McEnroe