script/下载轨迹.sh
2025-01-21 11:30:03 +08:00

12 lines
198 B
Bash

#!/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