您的位置:首页 > 运维架构 > Shell

bash脚本设置时间

2016-06-25 16:38 330 查看
#! /bin/bash

echo "cp ./arch/arm/boot/uImage ../bin/uImage-2.6.30_$1$2$3$4$5$6.bin"

echo "cp ./arch/arm/boot/uImage ../bin/uImage.bin"

set `date +%Y%m%d-%H%M%S`

cp ./arch/arm/boot/uImage ../bin/uImage-2.6.30_$1$2$3$4$5$6.bin

cp ./arch/arm/boot/uImage ../bin/uImage.bin
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: