代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/374687/2748660
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/374179/2755416
makefile
# TODO: set this appropriately for your local toolchain
#SHELL=C:\CYGWIN_REP\dwn_071004\bin\BASH.exe
CROSS_COMPILE=arm-elf-
TOOLCHAIN=gcc
BOOTSTRAP_PATH=../../..
# NandFlashBoot Configuration for A
www.eeworm.com/read/367730/2832177
sh setenv.sh
#!/bin/bash
# sim/setenv.sh
#
# Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt
#
# Redistribution and use in source and binary forms, w
www.eeworm.com/read/367730/2832183
sh setenv.sh
#!/bin/bash
# sim/setenv.sh
#
# Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt
#
# Redistribution and use in source and binary forms, w
www.eeworm.com/read/367730/2832189
sh setenv.sh
#!/bin/bash
# sim/setenv.sh
#
# Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt
#
# Redistribution and use in source and binary forms, w
www.eeworm.com/read/362032/2938998
makelst
#!/bin/bash
# A script to dump mixed source code & assembly
# with correct relocations from System.map
# Requires the following lines in Rules.make.
# Author(s): DJ Barrow (djbarrow@de.ibm.com,barrow_
www.eeworm.com/read/162614/5538152
run_doxygen
#!/bin/bash
# Runs doxygen and massages the output files.
# Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
#
# Synopsis: run_doxygen --mode=[user|maint|man] --host_alias=
www.eeworm.com/read/161040/5563973
sh shell-mods.sh
# !/bin/bash
# This apparently is needed because of a problem with the JRE when local language /= English
unset LANG
# Run `. /usr/i386-glibc21-linux/bin/i386-glibc21-linux-env.sh'
# for transparen
www.eeworm.com/read/268797/11121296
inc dbg-help.inc
# dbg-help.inc - Bourne Again Shell Debugger Help Routines
# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007
# Rocky Bernstein rockyb@users.sourceforge.net
#
# Bash is free software; you can r
www.eeworm.com/read/268797/11121301
inc dbg-cmds.inc
# dbg-cmds.inc - Bourne Again Shell Debugger Top-level debugger commands
#
# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007
# Rocky Bernstein rockyb@users.sourceforge.net
#
# Bash is free soft