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