迷途工程師
2017年7月26日 星期三
【shell script】Makefile & Shell Script 取得當下路徑 的方法
在makefile呼叫shell script
$(SHELL) test.sh
在makefile中抓取目前路徑
CURRENT_DIR = $(shell pwd)
在shell script中抓取目前路徑
CURRENT_PATH=`pwd`
沒有留言:
張貼留言
‹
›
首頁
查看網路版
沒有留言:
張貼留言