mydir is used to generate a folder (like mkdir) with the addition of including a generic Readme file to start your projects.
It enables you to type mydir instead of mkdir:
-
Copy the
mydirfolder into your workspace. -
Modify the
mydir.shand thetemplate.mdas you like -
Change the path to
template.mdinside themydir.sh -
Than make the
.shscript executable.
chmod +x mydir.shrun to insert alias (modify path)
echo "alias mydir='~/./your/path/to/mydir.sh'" >> ~/.bash_aliasesDone.
Command:
./install_bash_aliases.shNotes:
NONE
Command:
./install_ROS_noetic.shNotes:
NONE
Command:
./install_openCv.shNotes:
do the following before starting the script:
sudo -sIf needed, mod the CMake build arguments before running the script.
before running the scripts you need to make it executable.
chmod +x xxx.sh