⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unittests.sh

📁 属性sosuo算法
💻 SH
字号:
#!/bin/sh# The Bittorent library will put its support files in the folder pointed by# the environment variable APPDATA, which is defined in the Info.plist of the# Democracy application. However, environment variables defined in the Info.plist of# an application bundle are only set for applications launched through Launch# Services. Since we launch it here through command line, we manually set it# to a similar default value.export APPDATA=`echo ~/Library/Application Support/DTV`# And now build and launch the test app./usr/bin/env python2.4 setup-unittests.py py2app --dist-dir . -A && Democracy.app/Contents/MacOS/Democracy

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -