/ot

Operator Trees

Primary LanguageRubyGNU General Public License v3.0GPL-3.0

Operator Trees

To get started with this repository, add these aliases to your environment:

function catot {
  curl https://raw.githubusercontent.com/anicolao/ot/main/$1
}

function execot {
  TMPFILE=$(mktemp)
  catot $1 > $TMPFILE
  shift
  chmod +x $TMPFILE
  $TMPFILE $*
  rm $TMPFILE
}

function ot {
  execot bin/setup
}

Then run ot to enter.