Skip to content

Commit

Permalink
update root folder
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardsVO committed Apr 1, 2022
1 parent c16636f commit 4856ad6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
Binary file removed assets/cambiar_address.png
Binary file not shown.
Binary file removed assets/despliegue.png
Binary file not shown.
Binary file removed assets/seed_phrase.png
Binary file not shown.
Binary file removed assets/truffle.png
Binary file not shown.
6 changes: 6 additions & 0 deletions scripts/tree.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

tree=$(tree -tf --noreport -I '*~' --charset ascii $1 |
sed -e 's/| \+/ /g' -e 's/[|`]-\+/ */g' -e 's:\(* \)\(\(.*/\)\([^/]\+\)\):\1[\4](\2):g')

printf "# Project tree\n\n${tree}"

0 comments on commit 4856ad6

Please sign in to comment.