Explorar el Código

Create first sh script

DricomDragon hace 5 años
padre
commit
2a52387001
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8 0
      experiment.sh

+ 8 - 0
experiment.sh

@@ -0,0 +1,8 @@
+#!/bin/sh
+
+subjects="PFONC TLANG MEDEV"
+
+for subject in $subjects
+do
+    echo $subject
+done