summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2023-03-22 22:58:12 +0200
committerkartofen <mladenovnasko0@gmail.com>2023-03-22 22:58:12 +0200
commit03afb5602acd88341232774c0ccd844c25e6e4d5 (patch)
tree61d2b3716a0f377f15b4a79b5cf809fe6b4eeb79 /build.sh
parent360f7996ed1777e1faab2e422079aa52cc8e42cb (diff)
more progressHEADmaster
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 94427a6..e35b44a 100755
--- a/build.sh
+++ b/build.sh
@@ -4,3 +4,6 @@ set -xe
gcc -o encode encode.c -Wall -Wextra -pedantic -g
gcc -o decode decode.c -Wall -Wextra -pedantic -g
+
+time ./encode < text2.txt > text2.huff
+time ./decode < text2.huff