代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/407729/2259683
profile
# ~/.bashrc: executed by bash(1) for non-login interactive shells.
export PATH=\
/bin:\
/sbin:\
/usr/bin:\
/usr/sbin:\
/usr/bin/X11:\
/usr/local/bin
# If running interactively, then:
if [ "$PS1" ];
www.eeworm.com/read/407729/2259684
bashrc .bashrc
# ~/.bashrc: executed by bash(1) for non-login interactive shells.
export PATH=\
/bin:\
/sbin:\
/usr/bin:\
/usr/sbin:\
/usr/bin/X11:\
/usr/local/bin
# If running interactively, then:
if [ "$PS1" ];
www.eeworm.com/read/407519/2262838
sh install.sh
#!/bin/bash
prefix=${1:-"/usr/local/ufc"}
echo "Install pkg config 0.22 in $prefix"
builddir=$(mktemp -dt boostbuild)
cd $builddir
curl -O http://pkgconfig.freedesktop.org/releases/pkg-config-0.22
www.eeworm.com/read/396399/2422442
profile
# ~/.bashrc: executed by bash(1) for non-login interactive shells.
export PATH=\
/bin:\
/sbin:\
/usr/bin:\
/usr/sbin:\
/usr/bin/X11:\
/usr/local/bin
# If running interactively, then:
if [ "$PS1" ];
www.eeworm.com/read/396399/2422450
bashrc .bashrc
# ~/.bashrc: executed by bash(1) for non-login interactive shells.
export PATH=\
/bin:\
/sbin:\
/usr/bin:\
/usr/sbin:\
/usr/bin/X11:\
/usr/local/bin
# If running interactively, then:
if [ "$PS1" ];
www.eeworm.com/read/396399/2422453
profile
# ~/.bashrc: executed by bash(1) for non-login interactive shells.
export PATH=\
/bin:\
/sbin:\
/usr/bin:\
/usr/sbin:\
/usr/bin/X11:\
/usr/local/bin
# If running interactively, then:
if [ "$PS1" ];
www.eeworm.com/read/396399/2422454
bashrc .bashrc
# ~/.bashrc: executed by bash(1) for non-login interactive shells.
export PATH=\
/bin:\
/sbin:\
/usr/bin:\
/usr/sbin:\
/usr/bin/X11:\
/usr/local/bin
# If running interactively, then:
if [ "$PS1" ];
www.eeworm.com/read/391269/2520828
regenerate
#! /bin/bash
# Gnulib files in zmanda repo are from gnulib CVS updated with:
# cvs update -D '2007-10-25 17:00:00 -0600'
# get to the project root
cd `dirname $0`/../..
if [ ! -f configure.in ]
th
www.eeworm.com/read/385462/2588600
xendomains
#!/bin/bash
#
# /etc/init.d/xendomains
# Start / stop domains automatically when domain 0 boots / shuts down.
#
# chkconfig: 345 99 00
# description: Start / stop Xen domains.
#
# This script offers f
www.eeworm.com/read/383940/2609019
burn-net
#!/bin/bash
TOS_DELUGE=`type -p tos-deluge`
if [[ ! -x ${TOS_DELUGE} ]] ; then
TOS_DELUGE=../../../../tools/tinyos/misc/tos-deluge
fi
if [ $# -ne 2 ]; then
echo "Usage: $0