From b59851027ba1aca5b5cb7c115b44c735b07c03f4 Mon Sep 17 00:00:00 2001 From: Brian Knaus Date: Tue, 11 Aug 2020 16:53:54 -0700 Subject: [PATCH] deleted configure --- configure | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 configure diff --git a/configure b/configure deleted file mode 100755 index 19a8260..0000000 --- a/configure +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -# Thank you to the community for help! -# -# How to install checkbashisms. -# https://github.com/simonwhitaker/linter-checkbashisms -# -# What to include in configure. -# https://stackoverflow.com/a/62721142 - -if [ -f /usr/bin/checkbashisms ]; then - checkbashisms --force -fi - -# EOF.