Select the types of activity you want to include in your feed.
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