diff --git a/script.sh b/script.sh index c23fc9e..bad15f3 100644 --- a/script.sh +++ b/script.sh @@ -1 +1,4 @@ -echo "hello World" \ No newline at end of file +#!/bin/bash +while read line; do +echo "$line" +done < adult-income-dataset.csv \ No newline at end of file