代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/396408/2420211
encode2mpeglight
#!/bin/bash
#
# Version: 0.6.3
#
# Licence: GPL
#
# 2004-05-22 Giacomo Comes
# 2006-11-06
www.eeworm.com/read/385631/2587274
sh rod_bsp_use_ddr.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 altmemddr \
--cmd add_section
www.eeworm.com/read/385462/2589070
dataseghack
#!/bin/bash
awk \
'BEGIN { }\
/^\.text/,/DATA_SEG_DEFS_HERE/ { print }\
END { }'\
$1 > temp.awk.1
awk \
'BEGIN { i = 0; last = "hello" }\
/BLOCK_STRINGS_BEGIN/,/^\.bss/ { if ( i > 1 ) {
www.eeworm.com/read/385462/2590619
vnet-insert
#!/bin/bash
# Insert the vnet module if it can be found and
# it's not already there.
vnet_insert () {
local module="vnet_module"
local mod_dir=/lib/modules/$(uname -r)
local mod_obj=""
www.eeworm.com/read/375190/2726615
sh install.sh
#! /bin/bash
# boost::hs installer
#
# Copyright 2006 Matias Capeletto
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.bo
www.eeworm.com/read/367730/2831942
sh setenv.sh
#!/bin/bash
# xtrs/setenv.sh
#
# Copyright (C) 2008 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt
#
# Redistribution and use in source and binary forms, with o
www.eeworm.com/read/367730/2831949
sh setenv.sh
#!/bin/bash
# xtrs/setenv.sh
#
# Copyright (C) 2008 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt
#
# Redistribution and use in source and binary forms, with o
www.eeworm.com/read/367730/2831960
sh setenv.sh
#!/bin/bash
# xtrs/setenv.sh
#
# Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt
#
# Redistribution and use in source and binary forms,
www.eeworm.com/read/365796/2895076
build-req
#!/bin/bash
# Build a certificate signing request and private key. Use this
# when your root certificate and key is not available locally.
export EASY_RSA="${EASY_RSA:-.}"
"$EASY_RSA/pkitool" --int
www.eeworm.com/read/365796/2895082
revoke-full
#!/bin/bash
# revoke a certificate, regenerate CRL,
# and verify revocation
CRL="crl.pem"
RT="revoke-test.pem"
if [ $# -ne 1 ]; then
echo "usage: revoke-full ";
exit 1
fi
if [