#!/bin/bash

file="states"

for state in `cat $file`

do

echo "Visit beautiful $state"

done

 

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