Remove bin files

This commit is contained in:
Jake Spain 2023-01-30 16:42:42 -05:00
parent 405b52b2e1
commit a7eb48d0b7
No known key found for this signature in database
GPG key ID: BC1C4DA0A085E113
2 changed files with 0 additions and 23 deletions

View file

@ -1,15 +0,0 @@
#!/usr/bin/env ruby
# frozen_string_literal: true
require "bundler/setup"
require "vmpooler/dns/google/clouddns"
# 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(__FILE__)

View file

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