📄 dist-image.sh
字号:
#!/bin/shVERSION=$(grep AC_INIT configure.ac | awk '{print $2}' | sed 's/[^0-9\.]//g')SRC_DIST=libdmtx-$VERSIONIMG_DIST=libdmtx-images-$VERSIONIMG_DIRS="$SRC_DIST/test/images_public"tar --exclude CVS -cvf $IMG_DIST.tar -C .. $IMG_DIRSexit 0
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -