Skip to content

Commit f53d243

Browse files
author
Murilo Marinho
committed
[template] Try adding b1z1 template to website.
1 parent 00bcb69 commit f53d243

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/scripts/pre_build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
22
set -e
33
# This script should be run in its own folder.
4+
sudo apt-get install tree
45

56
clone_and_rename_readme(){
67
# $1 must be the repository name
@@ -35,6 +36,9 @@ clone_and_rename_readme https://github.com/MarinhoLab/sas_kuka_control_template.
3536
# JJQO
3637
clone_and_rename_readme https://github.com/Adorno-Lab/sas_unitree_b1z1_control_template main "Juan Jose Quiroz Omana"
3738

39+
# Print all contents.
40+
tree .
41+
3842
cd .. # Get out of submodules
3943
cd scripts # Go back to `scripts`
4044

0 commit comments

Comments
 (0)