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
  • Last modified: 2024/10/05 06:15
  • by 127.0.0.1