📄 genmakefiles
字号:
#!/bin/shusage() { echo "Usage: $0 <os-platform>" exit 1}if [ $# -ne 1 ]then usage $*ficd liveMedia/bin/rm -f Makefilecat Makefile.head ../config.$1 Makefile.tail > Makefilechmod a-w Makefilecd ../groupsock/bin/rm -f Makefilecat Makefile.head ../config.$1 Makefile.tail > Makefilechmod a-w Makefilecd ../UsageEnvironment/bin/rm -f Makefilecat Makefile.head ../config.$1 Makefile.tail > Makefilechmod a-w Makefilecd ../BasicUsageEnvironment/bin/rm -f Makefilecat Makefile.head ../config.$1 Makefile.tail > Makefilechmod a-w Makefilecd ../testProgs/bin/rm -f Makefilecat Makefile.head ../config.$1 Makefile.tail > Makefilechmod a-w Makefilecd ../bin/rm -f Makefilecat Makefile.head config.$1 Makefile.tail > Makefilechmod a-w Makefile
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -