摘要:
#!/bin/bash# Startup checkcase "$#" in2) echo "Install package: ${1} on device: ${2}, start working..." ;;*) echo "Usage: ${0} <l4t buildbrain file path> <SD card device file>" exit ;;esacfunction get_disk_info() { # look for a "given" file somewhe 阅读全文
posted @ 2012-05-15 13:21
super119
阅读(869)
评论(0)
推荐(0)