From: Kevin Day Date: Sat, 6 Jun 2020 16:42:53 +0000 (-0500) Subject: Cleanup: remove no longer used scripts X-Git-Tag: 0.5.0~216 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=5a1fb92371c28b6035e07119fe9451a2f2d50c03;p=fll Cleanup: remove no longer used scripts --- diff --git a/level_0/f_status/bash/status.sh b/level_0/f_status/bash/status.sh deleted file mode 100644 index fcfd348..0000000 --- a/level_0/f_status/bash/status.sh +++ /dev/null @@ -1,11 +0,0 @@ -# FLL - Level 0 -# Project: Errors -# Version: 0.5.0 -# Licenses: flll, lgplv2.1 -# Programmers: Kevin Day -# Documentation: Provides error codes - -f_true=1 -f_false=0 -f_warn=2 -f_unknown=3 diff --git a/level_1/fl_status/bash/status.sh b/level_1/fl_status/bash/status.sh deleted file mode 100644 index 3385e48..0000000 --- a/level_1/fl_status/bash/status.sh +++ /dev/null @@ -1,11 +0,0 @@ -# FLL - Level 1 -# Project: Errors -# Version: 0.5.0 -# Licenses: flll, lgplv2.1 -# Programmers: Kevin Day -# Documentation: Provides error codes - -f_true=1 -f_false=0 -f_warn=2 -f_unknown=3