ULL-ESIT-GRADOII-TFG / ghedsh

:octocat: A command line program following the philosophy of GitHub Education
http://ull-esit-gradoii-tfg.github.io/ghedsh/
GNU Lesser General Public License v3.0
0 stars 1 forks source link

correr script sobre todos los repos de una asignación #12

Open crguezl opened 8 years ago

crguezl commented 8 years ago

Idea en estado de borrador:

En ghedsh:

user> cd assignment
user> run path/script.sh param1 param2 param3

ejecutaría algo así:

cd ~/.ghedsh/tmp
for each repo in assignment do
  git clone repo
  cd repo
  path/script.sh param1 param2 param3
end for

Habría que