scripts_grundkurs/Labb6/test_array.sh
2013-12-22 19:20:53 +01:00

12 lines
106 B
Bash
Executable File

#!/bin/bash
# Jack-Benny Persson
# LX13
# Just testing arrays
Content=($(ls))
echo Content[@]}
exit 0