commit | 331ade75dae15bf126b444f3b39852dce6babb3b | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Fri Aug 19 14:07:19 2016 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Fri Aug 19 14:07:19 2016 +0000 |
tree | 43f422d4475670c0e3306b5c73c6adce48a376cf | |
parent | d243d71bf56713621c416a5866db8d13595f8405 [diff] [blame] |
tools: merge nfd-status into nfdc nfd-status functionality is accessible through `nfdc legacy-nfd-status` subcommand, and nfd-status is replaced with a shell script calling this subcommand. refs #3749 Change-Id: Iab03f3bc9ddb4333a0b6ca5fb9c67f54e9960ab4
diff --git a/tools/nfd-status.sh b/tools/nfd-status.sh new file mode 100755 index 0000000..a63f5ca --- /dev/null +++ b/tools/nfd-status.sh
@@ -0,0 +1,2 @@ +#!@BASH@ +$(dirname "$0")/nfdc legacy-nfd-status "$@"