목차

biff

bb -e '(curl -s "https://biffweb.com/new-project.clj")'  
curl -s https://biffweb.com/new-project.clj | bb -e

set install_script (curl -s https://biffweb.com/new-project.clj)
bb -e "$install_script"
 
set install_script (curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)
ruby -e "$install_script"

비슷한 것들


관련 문서