Remove unused executables

This commit is contained in:
0x1eef 2024-07-19 00:57:36 -03:00
parent 5be3adb8bb
commit 457b130a02
2 changed files with 0 additions and 16 deletions

View file

@ -1,8 +0,0 @@
#!/usr/bin/env ruby
# frozen_string_literal: true
require "bundler/setup"
require "capsicum"
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