[READ-ONLY] Mirror of https://github.com/mrgnw/cv.
0

Configure Feed

Select the types of activity you want to include in your feed.

cv / use_template.sh
221 B 9 lines
1#! /bin/bash 2 3word(){ sed `perl -e "print int rand(99999)"`"q;d" /usr/share/dict/words } 4 5appname=$1 6gh repo create $appname \ 7 --template https://github.com/mrgnw/shadcn-svelte-template \ 8 --private --clone 9cd $appname