Börjat på labb 5

This commit is contained in:
2013-12-14 22:07:28 +01:00
parent f561ee1e9d
commit de2606200a
6 changed files with 94 additions and 0 deletions

14
Labb5/test_for2.sh Executable file
View File

@@ -0,0 +1,14 @@
#!/bin/bash
# Jack-Benny Persson
# LX13
# For test
List=`ls`
for i in $List
do
echo "$List"
done
exit 0