표로 버전 정보를 표시하도록 하는 shell 스크립트다. # vi makeVersion.sh#!/bin/sh fileName=index.html#PWD=${readlink -f .}defaultBranch="CWE_RC_1.6"PWD=/home/jenkins/versionsrc_dir=${PWD}/projectcurrent_time=$(date "+%Y%m%d-%H%M%S")title="This is Current Version Infomation for STG Server!! [$current_time]"DIRS=`ls -l ${src_dir} | egrep '^d' | awk '{print $8}'` echo "Start to make version.html file" # for HTMLecho ""..