remove bin dir

This commit is contained in:
Ben Balter 2015-10-30 12:19:18 -04:00
parent 266952e068
commit c758543345
2 changed files with 0 additions and 21 deletions

View File

@ -1,14 +0,0 @@
#!/usr/bin/env ruby
require "bundler/setup"
require "jekyll_seo_tags"
# You can add fixtures and/or initialization code here to make experimenting
# with your gem easier. You can also use a different console, if you like.
# (If you use this, don't forget to add pry to your Gemfile!)
# require "pry"
# Pry.start
require "irb"
IRB.start

View File

@ -1,7 +0,0 @@
#!/bin/bash
set -euo pipefail
IFS=$'\n\t'
bundle install
# Do any other automated setup that you need to do here