#!/bin/bash

cd `dirname $0`

echo `pwd`

shell脚本进入当前目录执行,返回脚本位置_其他