From 47f8c4f0e55525497189c9424c2d7bd638a3cb6c Mon Sep 17 00:00:00 2001 From: Jesse Laprade Date: Fri, 7 Sep 2018 23:59:15 -0400 Subject: [PATCH] Delete wrapper-example --- wrapper-example | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100755 wrapper-example 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 "$@"