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.