summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/fifa.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/fifa.sh b/src/fifa.sh
index a819bfd..554436d 100755
--- a/src/fifa.sh
+++ b/src/fifa.sh
@@ -21,6 +21,14 @@ Available procedures on the filesystem:
}
+##### TMP functions that we need during early bootstrap but will be overidden with decent functions by libraries ######
+
+
+notify ()
+{
+ echo -e "$@"
+}
+
###### Core functions ######