diff --git a/wrapper-example b/wrapper-example deleted file mode 100755 index 153c4a2..0000000 --- a/wrapper-example +++ /dev/null @@ -1,31 +0,0 @@ -#!/usr/bin/env bash -# -# Running rodo from anywhere on your system -# ========================================= -# -# +-------------------------------------------------------+ -# | If you want to use rodo from your $PATH or ~/bin | -# |-------------------------------------------------------| -# | `cp` this file to your ~/bin and rename it `rodo` | -# | then make it executable: | -# | | -# | cp wrapper-example ~/bin/rodo && chmod u+x ~/bin/rodo | -# +-------------------------------------------------------+ -# -# +------------------------------------------------------------+ -# | If you don't know how to set up your $PATH: | -# |------------------------------------------------------------| -# | Add `export PATH=~/bin:$PATH` to your ~/.bashrc then | -# | make a ~/bin foloder: | -# | | -# | echo "export PATH=~/bin:$PATH" >> ~/.bashrc && mkdir ~/bin | -# | | -# | After doing this, follow the instructions above this box | -# +------------------------------------------------------------+ -# -# +-----------------------------------------------------+ -# | note: don't forget to change the path in the middle | -# | to where you keep the actual rodo program | -# +-----------------------------------------------------+ - -racket ~/change/this/path/rodo.rkt "$@"