This website requires JavaScript.
Explore
Help
Sign In
bx
/
catgirl
Watch
1
Star
0
Fork
You've already forked catgirl
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a142ebcf43
catgirl
/
scripts
/
chroot-prompt.sh
7 lines
93 B
Bash
Raw
Blame
History
#!/bin/sh
set
-eu
printf
'Name: '
read
-r nick rest
exec
catgirl -n
"
$nick
"
-s
"
$nick
"
"
$@
"
Reference in New Issue
View Git Blame
Copy Permalink