open:biff

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"

  • open/biff.txt
  • 마지막으로 수정됨: 2022/12/16 14:01
  • 저자 127.0.0.1