Skip to content

IfisUASD/Rapido

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

This Bash script was designed to run a bunch of different programs that were located inside a main directory with different sub-directories up to 2 down-levels, the core of the script represents:

#!/bin/bash
cd k=i

cd Lj
cd KiLj
simple main
cd ..
cd ..

cd ..

Were i is the number of the kth directory, j of the lth sub directory and simple is a costum alias-alocated script used for compiling and running C/C++ programs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%