代码搜索:bash

找到约 5,321 项符合「bash」的源代码

代码结果 5,321
www.eeworm.com/read/398634/2374487

h rlstdc.h

/* stdc.h -- macros to make source compile on both ANSI C and K&R C compilers. */ /* Copyright (C) 1993 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell.
www.eeworm.com/read/398634/2374501

c vi_mode.c

/* vi_mode.c -- A vi emulation mode for Bash. Derived from code written by Jeff Sparkes (jsparkes@bnr.ca). */ /* Copyright (C) 1987-2004 Free Software Foundation, Inc. This file is part of th
www.eeworm.com/read/385631/2587277

sh rod_bsp_use_ssram.sh

#!/bin/bash # Override the default BSP setting with the settings below cmd="nios2-bsp-update-settings --settings settings.bsp \ --cmd add_section_mapping .text ext_ssram \ --cmd add_section
www.eeworm.com/read/385631/2587392

create-this-bsp

#!/bin/bash # # This script creates the hal_default Board Support Package (BSP). BSP_TYPE=hal BSP_DIR=. SOPC_DIR=../../.. # Run nios2-bsp utility to create a HAL BSP in this directory # for the syst
www.eeworm.com/read/369651/2796143

skype_bt_hijacker_onclose

#!/bin/bash # # This script runs, when Skype closes its DSP device. # I make sure here to switch calls back to the speakers. # You may not like this behaviour. Comment it out, if so. # # Also note, t
www.eeworm.com/read/369651/2796149

skype_bt_hijacker_onopen

#!/bin/bash # # This script runs, when Skype opens its DSP device. # If I have a headset connected, I play a ringtone on it. # [ -f /tmp/bt_headset_connected ] && aplay -q -B1000000 -Dplughw:Headset
www.eeworm.com/read/368348/2823078

sh generator.sh

#!/bin/bash # $Id: generator.sh,v 2.0 2003/11/18 15:20:44 nijel Exp $ # # Shell script that adds a new function file using a template. Should not be called directly # but instead by template_Generator
www.eeworm.com/read/368348/2823080

sh template_generator.sh

#!/bin/bash # $Id: template_generator.sh,v 2.0 2003/11/18 15:20:45 nijel Exp $ # # Shell script that adds a new mimetype with transform function. # # The filename should contain either 'mimetype_subty
www.eeworm.com/read/368348/2823089

sh template_generator_mimetype.sh

#!/bin/bash # $Id: template_generator_mimetype.sh,v 2.0 2003/11/18 15:20:45 nijel Exp $ # # Shell script that adds a new mimetype without transform function. # # The filename should contain either 'mi
www.eeworm.com/read/367730/2832022

sh setenv.sh

#!/bin/bash # c5471evm/setenv.sh # # Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary for