|
==============================
#!/bin/bash
cd unzip60
make -f unix/Makfile
----------------------------------------------------
make: unix/Makfile: No such file or directory
make: *** No rule to make target `unix/Makfile'. Stop.
请教高手,如果想实现上边的功能,脚本应该怎么写?
谢谢! |
|