Skip to content

Commit

Permalink
meta: add a startup banner
Browse files Browse the repository at this point in the history
Just for fun.
  • Loading branch information
paulsmith committed Jan 3, 2023
1 parent 3f99303 commit b19be16
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ fixme todo:

entities.go: tools/getnamedcharrefs.go
go run $< > $@

banner.txt:
echo '^ Pushup' | figlet -c -k -f lean | tr ' _/' ' //' > $@
8 changes: 8 additions & 0 deletions banner.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
//
// // ////// //
// // // // ////// ////// // // //////
////// // // //// // // // // // //
// // // //// // // // // // //
// ////// ////// // // ////// //////
//
//

0 comments on commit b19be16

Please sign in to comment.