代码搜索:BASH
找到约 5,321 项符合「BASH」的源代码
代码结果 5,321
www.eeworm.com/read/435688/7787820
bash mikmod.bash
#!/bin/bash
#
# And now for something completely different. :-)
#
# With the GTK-server it is possible to open any library from a shellscript,
# without using configfile, as is shown below.
#
# Enjoy
www.eeworm.com/read/435688/7787827
bash gdf.bash
#!/bin/bash
#
# Graphical Disk Fill with HUG.
# Using AWK for floatnumbers.
#
# May 2008 - Peter van Eerten - GPL.
#
#---------------------------------------------------------
# Name of PIPE file
d
www.eeworm.com/read/435688/7787829
bash tetris.bash
#!/bin/bash
#
# A small tetris game wih the HUG abstraction layer (HUG-al)
#
# (c) Peter van Eerten, august 2008 - GPL.
#
# The 'tetris.mid' sound file originally was called 'Korobeiniki.mid' and was
www.eeworm.com/read/435073/7797752
png bash.png
www.eeworm.com/read/399569/7847449
js bash.js
/*
Language: Bash
Author: vah
*/
hljs.LANGUAGES.bash = function(){
var BASH_LITERAL = {'true' : 1, 'false' : 1}
return {
defaultMode: {
lexems: [hljs.IDENT_RE],
www.eeworm.com/read/247123/12681401