We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00bcb69 commit f53d243Copy full SHA for f53d243
docs/scripts/pre_build.sh
@@ -1,6 +1,7 @@
1
#!/bin/bash
2
set -e
3
# This script should be run in its own folder.
4
+sudo apt-get install tree
5
6
clone_and_rename_readme(){
7
# $1 must be the repository name
@@ -35,6 +36,9 @@ clone_and_rename_readme https://github.com/MarinhoLab/sas_kuka_control_template.
35
36
# JJQO
37
clone_and_rename_readme https://github.com/Adorno-Lab/sas_unitree_b1z1_control_template main "Juan Jose Quiroz Omana"
38
39
+# Print all contents.
40
+tree .
41
+
42
cd .. # Get out of submodules
43
cd scripts # Go back to `scripts`
44
0 commit comments