#!/bin/bash
#
# "How do you pick up the threads of an old life?
# How do you go on, when in your heart you begin
# to understand... there is no going back?
# There are some things that time cannot mend.
# Some hurts that go too deep, that have taken hold."
# Frodo, The Return of the King
#
#
# This script shall repair the patches for the little
# broken programs using the old patches in this directory
# first, to heal them and then create new and better
# patches, with Gollum's help.
#
# We check ourselves before we wreck ourselves.
if [
then
fi
# Create directory of answers if it doesn't already exist.
# Cycle through all the little broken Zig applications.
i=0
for
do
# Remove the dir and extension, rendering the True Name.
true_name=
patch_name="patches/patches/.patch"
healed_name="answers/.zig"
# echo "$patch_name"
if [
then
# Apply the bandages to the wounds, grow new limbs, let
# new life spring into the broken bodies of the fallen.
# Create new prescriptions...
if [
then
i=999
fi
# with gollum's help!
else
fi
done