代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/283334/4081046
make .make
#!/bin/bash
function error {
echo -----------------
echo -- ERROR! --
echo -----------------
exit $1
}
if [ "$1" == "both" ]; then
shift
.make debug $@
www.eeworm.com/read/283334/4081051
dryrun
#!/bin/bash
distrib/all/build-all dryrun $* 2>&1 | tee tmp/dryrun.log
www.eeworm.com/read/283334/4081052
release
#!/bin/bash
distrib/all/build-all release $* 2>&1 | tee tmp/release.log
www.eeworm.com/read/283334/4081057
daily
#!/bin/bash
distrib/all/build-all daily $* 2>&1 | tee tmp/daily.log
www.eeworm.com/read/283334/4081061
build-windows
#!/bin/bash
#----------------------------------------------------------------------
set -o errexit
PYVER=$1
if [ $buildansi = yes ]; then
CHARTYPE=both
else
CHARTYPE=unicode
fi
www.eeworm.com/read/283334/4081411
makeapidocs
#!/bin/bash
#----------------------------------------------------------------------
if [ ! -d wxPython ]; then # TODO: make this test more robust
echo "Please run this script from the root
www.eeworm.com/read/432906/1886400
xvnc-xen
#!/bin/bash
#============================================================================
# This script should be installed in /usr/X11R6/bin/Xvnc-xen.
#===============================================
www.eeworm.com/read/407756/2258901
52 example14.52
#!/bin/bash
for i in 7 9 2 3 4 5
do
echo $i
done | sort -n
www.eeworm.com/read/389759/2538311
sh amarok.live.remaster.part1.sh
#!/usr/bin/env bash
#set -x
############################################################################
# Disassemble an Amarok LiveCD iso file into a specified directory
# for the purpose of addin
www.eeworm.com/read/389759/2538312
sh amarok.live.remaster.part1.sh
#!/usr/bin/env bash
#set -x
############################################################################
# Disassemble an amaroK LiveCD iso file into a specified directory
# for the purpose of addin