#!/bin/bash

file="states"

for state in `cat $file`

do

echo "Visit beautiful $state"

done

 

posted on 2016-11-27 21:41  baraka  阅读(2907)  评论(0)    收藏  举报