Browse Source

Create first sh script

DricomDragon 5 years ago
parent
commit
2a52387001
1 changed files with 8 additions and 0 deletions
  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