#!/bin/bash TOOLCHAIN_PATH=./shell DOWNLOAD_PATH=../logs logs() { cd $TOOLCHAIN_PATH && \ ./hdc file recv /mnt/hmdfs/100/account/device_view/local/files/duolun/logs $DOWNLOAD_PATH } logs