代码搜索:bash

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

代码结果 5,321
www.eeworm.com/read/339483/12231781

sh dialog.sh

#!/bin/bash # dialog.sh: Using 'gdialog' widgets. # Must have 'gdialog' installed on your system to run this script. # Version 1.1 (corrected 04/05/05) # This script was inspired by the following art
www.eeworm.com/read/339483/12231805

sh pb.sh

#!/bin/bash # pb.sh: phone book # Written by Rick Boivie, and used with permission. # Modifications by ABS Guide author. MINARGS=1 # Script needs at least one argument. DATAFILE=./phonebook
www.eeworm.com/read/339483/12231808

sh kill-process.sh

#!/bin/bash # kill-process.sh NOPROCESS=2 process=xxxyyyzzz # Use nonexistent process. # For demo purposes only... # ... don't want to actually kill any actual process with this script. # # If, for
www.eeworm.com/read/127261/14363831

sh runme.sh

#!/bin/bash # # run this script to create a LiveCD in /tmp/livecd.iso # Your kernel image has to be in /boot/vmlinuz or /vmlinuz # export PATH=.:..:./tools:../tools:/usr/sbin:/usr/bin:/sbin:/bin:/ C
www.eeworm.com/read/227899/14406746

sh vgetty.sh

# Bash version of Vgetty.pm # # Copyright (c) 1999 John Wehle . All rights reserved. # This package is free software; you can redistribute it and/or modify it # under the same terms
www.eeworm.com/read/126530/14417239

dos2unix

#!/bin/bash # # FILENAME: rcos_convert # PURPOSE: convert DOS CPP files to UNIX CC files for RCOS # changes extension, removes ^Ms # AUTHOR: David Jones # 26/3/95 Created # SOURCEDIR="../s
www.eeworm.com/read/126530/14417242

unix2dos

#!/bin/bash # # FILENAME: convert_rcos # PURPOSE: convert UNIX cc files to DOS CPP files for RCOS # AUTHOR: David Jones # 26/3/95 Created # SOURCEDIR="../source" for name in $SOURCEDIR/*.cc d
www.eeworm.com/read/223165/14650988

build-key-pass

#!/bin/bash # # Similar to build-key, but protect the private key # with a password. # if test $# -ne 1; then echo "usage: build-key-pass "; exit 1 fi if test $KEY_DIR; then
www.eeworm.com/read/16793/690710

h watch.h

/* watch.h - definitions for tables for keeping track of allocated memory */ /* Copyright (C) 2001-2003 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne-Again SHell.
www.eeworm.com/read/16793/690718

h table.h

/* table.h - definitions for tables for keeping track of allocated memory */ /* Copyright (C) 2001-2003 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne-Again SHell.