#!/bin/bash# desc: print helloworld# author: sx202# time: 20180211# version: v1.0echo "hello world!!"