Skip to content

Commit

Permalink
Update Final_shell_script.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ineskris committed Feb 1, 2019
1 parent 728d6d4 commit e04a2a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Bash_script/Final_shell_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ while read W; do
while read N; do
count=$((count+1))
#echo $count n1-standard-4 $N $W
sh ./function.sh $count n1-standard-4 $N $W &> output.csv
done <nodes_google1.txt
done <machine_name_google2.txt
echo "FIN"
sh ./pipeline.sh $count n1-standard-4 $N $W &> output.csv
done <nodes_google.txt
done <machine_name_google.txt
echo "FIN"

0 comments on commit e04a2a5

Please sign in to comment.