Skip to content

Commit 21e6ec3

Browse files
committed
Print a simple progress bar while sed'ing
1 parent 4fdcd27 commit 21e6ec3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

genbindings.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ while read LINE; do
322322
*)
323323
echo "$LINE" >> include/lightningpp_new.hpp
324324
esac
325+
echo -n "."
325326
done < include/lightningpp.hpp
326327
echo "$DECLS" >> include/lightningpp_new.hpp
327328
echo "}" >> include/lightningpp_new.hpp

0 commit comments

Comments
 (0)