スクリプト自身の PATH を取得する

提供: Wikiducca
移動: 案内検索
#!/bin/sh

echo $(dirname "${0}")

### 移動して何かするなら
cd $(dirname "${0}")
date +%y%m%d > ./date.txt