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

📄 time

📁 indent为linux下代码自动格式化工具
💻
字号:
#/bin/sh# First, make sure the executable existsif test -x ../indent; then  if test -d ./output; then    echo '****'    echo 'Errors remain; output directory still exists'    echo '****'    ls -ld ./output    exit 1  fi  echo -n "Regression testing "  ../indent --version  echoelse  echo '****'  echo First, you must make ../indent  echo '****'  echo  exit 1fifor i in 1 2 3 4 5 6 7 8 9 10 ; do  cp indent.c time$i.c  sync  time ../indent -o foo time$i.c  rm -f foo  syncdonerm -f time*.c foo

⌨️ 快捷键说明

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