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

📄 dosh

📁 早期freebsd实现
💻
字号:
#!/bin/sh: if this fails, just run all the .SH files by hand. ./config.shrm -f x2p/config.shcp cppstdin x2pecho " "echo "Doing variable substitutions on .SH files..."set x `awk '{print $1}' <MANIFEST | grep '\.SH'`shiftcase $# in0) set x *.SH; shift;;esacif test ! -f $1; then    shiftfifor file in $*; do    set X    shift    chmod +x $file    case "$file" in    */*)	dir=`expr X$file : 'X\(.*\)/'`	file=`expr X$file : 'X.*/\(.*\)'`	(cd $dir && . ./$file)	;;    *)	. ./$file	;;    esacdoneif test -f config.h.SH; then    if test ! -f config.h; then	: oops, they left it out of MANIFEST, probably, so do it anyway.	. ./config.h.SH    fifiexit 0

⌨️ 快捷键说明

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