迷途工程師
標籤
任天堂Switch[NS]
C Programming
Car/AutoBike
Covid-19
git usage
Html & JavaScript
interview
Life
Linux Driver
linux embeded system&cgi
Linux Shell Script
linux(ubuntu)
Networking
opencv
OpenWrt
Travaling
Trouble Shooting
Windows
2017年7月26日 星期三
【shell script】Makefile & Shell Script 取得當下路徑 的方法
在makefile呼叫shell script
$(SHELL) test.sh
在makefile中抓取目前路徑
CURRENT_DIR = $(shell pwd)
在shell script中抓取目前路徑
CURRENT_PATH=`pwd`
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
查看行動版
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言