package main

type config struct {
	Src  string //要复制文件的目录
	Dest string //文件复制到的目录
	Run  string//复制完毕后，运行的程序文件
}
