Ubuntu与XP共享文件夹方式下的文件复制脚本
#此脚本用于在Ubuntu环境下拷贝一个文件到共享文件夹中#contiki_Share为共享文件夹的名字#!/bin/sh#function:cp a file(such as xx.hex) to /mnt/hgfs/contiki_Share that is the shared directory# between xp and vmware ubuntu#file name: file_cp.sh#date: 2012-07-29#example:...