about summary refs log tree commit diff stats
path: root/buildrun.sh
diff options
context:
space:
mode:
Diffstat (limited to 'buildrun.sh')
-rwxr-xr-xbuildrun.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildrun.sh b/buildrun.sh
index 8eb88de..4394f1e 100755
--- a/buildrun.sh
+++ b/buildrun.sh
@@ -8,6 +8,7 @@ gcc b64f.c base64.c -s -o bin/b64f
 echo running...
 bin/test
 echo
+echo ----------------[ Testing file - encoding/decoding ]----------------
 echo Encoding test image "picture.png" to "picture.b64.txt"...
 bin/b64f e picture.png picture.b64.txt
 echo