diff --git a/YOU_SHOULD_NOT_USE_THIS_BRANCH.sh b/YOU_SHOULD_NOT_USE_THIS_BRANCH.sh deleted file mode 100755 index 787daf853..000000000 --- a/YOU_SHOULD_NOT_USE_THIS_BRANCH.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env bash -echo 'Use another branch, as said in the readme' -echo 'For example, running this would switch to illogical-impulse branch:' -echo '' -echo 'git checkout illogical-impulse'