code
stringlengths
1
1.96M
language
stringclasses
1 value
#!/bin/sh # ./test_run.sh orig_main ../orig # ./test_run.sh new_main ../new # ./test_run.sh orig_main ../new cd $1 java -cp $2: TCMain exit 0
Shell
#!/bin/sh # ./test_run.sh orig_main ../orig # ./test_run.sh new_main ../new # ./test_run.sh orig_main ../new cd $1 java -cp $2: Test exit 0
Shell
#! /bin/sh # depcomp - compile a program generating dependencies as side-effects scriptversion=2009-04-28.21; # UTC # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009 Free # Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Ge...
Shell
#! /bin/bash # libtool - Provide generalized library-building support services. # Generated automatically by config.status (snappy) 1.0.1 # Libtool was configured on host destiny: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005...
Shell
# Generated from ltmain.m4sh. # ltmain.sh (GNU libtool) 2.2.6b # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # ...
Shell
#!/bin/sh # install - install a program, script, or datafile scriptversion=2009-04-28.21; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the # following copyright and license. # # Copyright (C) 1994 X Consortium # # Permission is ...
Shell
#! /bin/sh # Common stub for a few missing GNU programs while installing. scriptversion=2009-04-28.21; # UTC # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, # 2008, 2009 Free Software Foundation, Inc. # Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. # This program is free softw...
Shell
#! /bin/sh -e export PATH=/bin:/usr/bin # Local hack. rm -rf autom4te.cache aclocal -I m4 autoheader libtoolize --copy automake --add-missing --copy autoconf
Shell
#!/bin/sh # Bzgrep wrapped for bzip2, # adapted from zgrep by Philippe Troin <phil@fifi.org> for Debian GNU/Linux. ## zgrep notice: ## zgrep -- a wrapper around a grep program that decompresses files as needed ## Adapted from a version sent by Charles Levert <charles@comm.polymtl.ca> PATH="/usr/bin:$PATH"; export PA...
Shell
#!/bin/sh # sh is buggy on RS/6000 AIX 3.2. Replace above line with #!/bin/ksh # Bzcmp/diff wrapped for bzip2, # adapted from zdiff by Philippe Troin <phil@fifi.org> for Debian GNU/Linux. # Bzcmp and bzdiff are used to invoke the cmp or the diff pro- # gram on compressed files. All options specified are passed #...
Shell
#!/bin/bash # see the README file for usage etc. # # ------------------------------------------------------------------ # This file is part of bzip2/libbzip2, a program and library for # lossless, block-sorting data compression. # # bzip2/libbzip2 version 1.0.6 of 6 September 2010 # Copyright (C) 1996-2010 Julian S...
Shell
#!/bin/sh # Bzmore wrapped for bzip2, # adapted from zmore by Philippe Troin <phil@fifi.org> for Debian GNU/Linux. PATH="/usr/bin:$PATH"; export PATH prog=`echo $0 | sed 's|.*/||'` case "$prog" in *less) more=less ;; *) more=more ;; esac if test "`echo -n a`" = "-n a"; then # looks like a SysV system: ...
Shell
#!/bin/sh ############################################################################### # # Author: Lasse Collin # # This file has been put into the public domain. # You can do whatever you want with this file. # ############################################################################### # If xz wasn't built, t...
Shell
#!/bin/sh ############################################################################### # # Author: Lasse Collin # # This file has been put into the public domain. # You can do whatever you want with this file. # ############################################################################### # If both xz and xzdec ...
Shell
#!/bin/bash # ############################################################################### # # Build a binary package on Windows with MinGW and MSYS # # Set the paths where MinGW, Mingw-w32, or MinGW-w64 are installed. If both # MinGW and MinGW-w32 are specified, MinGW-w32 will be used. If there is no # 32-bit or 64...
Shell
#! /bin/sh # depcomp - compile a program generating dependencies as side-effects scriptversion=2009-04-28.21; # UTC # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009 Free # Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Ge...
Shell
#! /bin/sh # Output a system dependent set of variables, describing how to set the # run time search path of shared libraries in an executable. # # Copyright 1996-2006 Free Software Foundation, Inc. # Taken from GNU libtool, 2001 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 # # This file is fre...
Shell
# libtool (GNU libtool) 2.4 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, # 2007, 2008, 2009, 2010 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even f...
Shell
#!/bin/sh # install - install a program, script, or datafile scriptversion=2009-04-28.21; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the # following copyright and license. # # Copyright (C) 1994 X Consortium # # Permission is ...
Shell
#! /bin/sh # Common stub for a few missing GNU programs while installing. scriptversion=2009-04-28.21; # UTC # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, # 2008, 2009 Free Software Foundation, Inc. # Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. # This program is free softw...
Shell
#! /bin/sh # Wrapper for compilers which do not understand `-c -o'. scriptversion=2009-10-06.20; # UTC # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009 Free Software # Foundation, Inc. # Written by Tom Tromey <tromey@cygnus.com>. # # This program is free software; you can redistribute it and/or modify # it under t...
Shell
#!/bin/sh # ############################################################################# # # Get the version string from version.h and print it out without # trailing newline. This makes it suitable for use in configure.ac. # ############################################################################# # # Author: Las...
Shell
#!/bin/sh # ############################################################################### # # Wrapper for GNU groff to convert man pages to a few formats # # Usage: manconv.sh FORMAT [PAPER_SIZE] < in.1 > out.suffix # # FORMAT can be ascii, utf8, ps, or pdf. PAPER_SIZE can be anything that # groff accepts, e.g. a4 or...
Shell
#!/bin/sh ############################################################################### # # Author: Lasse Collin # # This file has been put into the public domain. # You can do whatever you want with this file. # ############################################################################### # The result of using "...
Shell
#!/bin/bash # ############################################################################# # # 7z2lzma.bash is very primitive .7z to .lzma converter. The input file must # have exactly one LZMA compressed stream, which has been created with the # default lc, lp, and pb values. The CRC32 in the .7z archive is not check...
Shell
#!/bin/bash if [[ $1 ]]; then target=$1 else target="./data" fi read -p "Lowercase all files in $target directory? [y/N] " confirm if [[ `echo $confirm | tr '[:upper:]' '[:lower:]'` == 'y' ]]; then for f in $target/*; do g=`basename "$f" | tr '[:upper:]' '[:lower:]'` mv -fv "$f" "$target/$g" 2> /dev/null don...
Shell
pkgname=(wmii-hg python-pyxp-hg python-pygmi-hg) pkgver=2755 pkgrel=1 pkgdesc="The latest hg pull of wmii, a lightweight, dynamic window manager for X11" url="http://wmii.suckless.org" license=(MIT) arch=(i686 x86_64) makedepends=(mercurial python "libixp-hg>="$(sed -rn <mk/wmii.mk 's/.*IXP_NEEDAPI=([0-9]+).*/\1/p')) ...
Shell
#!sh # WMII Configuration load std string regex expr echo argv0 = $0 #mount -Aa {os dial unix!/tmp/ns.kris.:1/wmii >[1=0]} / || raise mount #mount -Aa {styxmon {os rc -c 'dial $WMII_ADDRESS' >[1=0]}} / || raise mount mount -Aa {os rc -c 'dial $WMII_ADDRESS' >[1=0]} / || raise mount {`{read} && echo halt>/dev/sysctl}...
Shell
#!@BINSH@ -f # Configure wmii wmiiscript=wmiirc # For wmii.sh . wmii.sh # Configuration Variables MODKEY=Mod4 UP=k DOWN=j LEFT=h RIGHT=l # Bars noticetimeout=5 noticebar=/rbar/!notice # Colors tuples: "<text> <background> <border>" export WMII_NORMCOLORS='#000000 #c1c48b #81654f' export WMII_FOCUSCOLORS='#000000 #8...
Shell
#!/bin/sh # display a welcome message that contains the wmii tutorial xmessage -file - <<'EOF' Welcome to wmii, the non-wimp environment of the Suckless Project. This is a small step by step tutorial, intended to make you a little bit familiar with wmii. For a more detailed walkthrough, see @DOCDIR@/wmii.pdf. From h...
Shell
#!/bin/sh -f unset WMII_HACK_TRANSIENT WMII_HACK_TYPE WMII_HACK_TAGS usage() { echo 1>&2 Usage: \ "$0 [-transient <window>] [-type <window_type>[,...]] [-tags <tags>] <command> [<arg> ...]" exit 1 } checkarg='[ ${#@} -gt 0 ] || usage' export WMII_HACK_TIME=$(date +%s) while [ ${#@} -gt 0 ] do case $1 in -transi...
Shell
[ -z "$scriptname" ] && scriptname="$wmiiscript" echo Start $wmiiscript | wmiir write /event 2>/dev/null || exit 1 wi_newline=' ' _wi_script() { # Awk script to mangle key/event/action definition spec # into switch-case functions and lists of the cases. Also # generates a simple key binding help text based on Ke...
Shell
#!/bin/sh # This script will launch wimenu and provide command # completion for the first argument and filename completion # for each following argument, and execute the result. # Program name completion requires that a program list already # exist in $(wmiir namespace)/.proglist fifo="$HOME/.wmii/menu_fifo" mkfifo $f...
Shell
#!/bin/sh -f test $#* '=' 0 || { p="$PATH" which rc >/dev/null || PATH="$PLAN9:$p" which rc >/dev/null || PATH="/usr/local/plan9/bin:$p" which rc >/dev/null || PATH="/usr/local/9/bin:$p" which rc >/dev/null || PATH="/opt/plan9/bin:$p" which rc >/dev/null || PATH="/opt/9/bin:$p" which rc >/dev/null || PATH="/usr/...
Shell
#!/bin/sh -f LD=$1 PACKAGES=$2 LDFLAGS=$3; shift 3 [ -n "$PACKAGES" ] && LDFLAGS="$LDFLAGS $(pkg-config --libs $PACKAGES)" outfile="$1"; shift bin="$(echo $0 | sed 's,/[^/]*$,,')" # Derived from Russ Cox's 9l in plan9port. ofiles="" args="" for i do case "$i" in *.[ao]|*.o_pic) ofiles="$ofiles $i" ;; *) ar...
Shell
#!/bin/sh -f CC=$1 PACKAGES=$2 CFLAGS=$3; shift 3 [ -n "$PACKAGES" ] && CFLAGS="$CFLAGS $(pkg-config --cflags $PACKAGES)" outfile="$1"; shift bin="$(echo $0 | sed 's,/[^/]*$,,')" xtmp=/tmp/cc.$$.$USER.out # Derived from Russ Cox's 9c in plan9port. echo CC $($bin/cleanname ${BASE}$outfile) [ -n "$noisycc" ] && echo...
Shell
#!/bin/sh set -ef ifs="$(echo)" name=$1 vers=$2 dist=$3 desc="Upstream build" auth="Kris Maglione <kris@suckless.org>" date=$(date +'%a, %d %b %Y %T %z') if hg root >/dev/null 2>&1; then t() { hg log -r . --template "{$@}"; } vers=$(t rev) desc=$(t desc) auth=$(t author) date=$(t 'date|rfc822date') fi cat >debia...
Shell
#!/bin/sh -f echo "$@" | awk -F'/+' '{ delete a n = 0 for(i = 1; i <= NF; i++) { if($i == ".." && n > 0 && a[n] != "..") n-- else if($i != "" && $i != ".") a[++n] = $i } s = "" for(i = 1; i <= n; i++) s = s "/" a[i] print substr(s, 2) }'
Shell
#!/bin/rc wm='' if(~ $1 -d) { wm = '&wm/wm wm/logon</dev/null' shift } inferno '{$home/wmii/test/event.dis $*'$wm'}' $* & inf = $apid . 9.rc fn sigint sigterm {exit} fn sigexit {/bin/kill $apid} while(! ~ `{read </dev/tty} q) true
Shell
ant clean; ant release; adb install -r bin/MetaTracker-release.apk
Shell
#!/bin/bash ################################################################################ # # Bake is a shell script for running CakePHP bake script # PHP 5 # # CakePHP(tm) : Rapid Development Framework (http://cakephp.org) # Copyright 2005-2011, Cake Software Foundation, Inc. # # Licensed under The MIT License # R...
Shell
#!/bin/bash ################################################################################ # # Bake is a shell script for running CakePHP bake script # PHP 5 # # CakePHP(tm) : Rapid Development Framework (http://cakephp.org) # Copyright 2005-2011, Cake Software Foundation, Inc. # # Licensed under The MIT License # R...
Shell
#!/bin/sh -e ./test_bitstream ./test_estimatebit ./test_qrencode ./test_qrinput ./test_qrspec ./test_rs ./test_split ./test_mask ./test_mqrspec ./test_mmask ./test_monkey
Shell
#! /bin/sh # Wrapper for compilers which do not understand `-c -o'. scriptversion=2009-10-06.20; # UTC # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009 Free Software # Foundation, Inc. # Written by Tom Tromey <tromey@cygnus.com>. # # This program is free software; you can redistribute it and/or modify # it under t...
Shell
# libtool (GNU libtool) 2.4.2 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, # 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; no...
Shell
#! /bin/sh # depcomp - compile a program generating dependencies as side-effects scriptversion=2009-04-28.21; # UTC # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009 Free # Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Ge...
Shell
#! /bin/sh # Common stub for a few missing GNU programs while installing. scriptversion=2009-04-28.21; # UTC # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, # 2008, 2009 Free Software Foundation, Inc. # Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. # This program is free softw...
Shell
#! /bin/sh # Output a system dependent set of variables, describing how to set the # run time search path of shared libraries in an executable. # # Copyright 1996-2007 Free Software Foundation, Inc. # Taken from GNU libtool, 2001 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 # # This file is fre...
Shell
#!/bin/sh # install - install a program, script, or datafile scriptversion=2009-04-28.21; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the # following copyright and license. # # Copyright (C) 1994 X Consortium # # Permission is ...
Shell
#!/bin/sh set -e if [ `uname -s` = Darwin ]; then LIBTOOLIZE=glibtoolize else LIBTOOLIZE=libtoolize fi if [ -d /usr/local/share/aclocal ]; then ACLOCAL_DIR=/usr/local/share/aclocal elif [ -d /opt/local/share/aclocal ]; then ACLOCAL_DIR=/opt/local/share/aclocal elif [ -d /usr/share/aclocal ]; then ...
Shell
#!/bin/bash # the name of the server on which we test export TESTING_SERVER=192.168.2.102 # the directory under which our build directory is available on the _server_ export TESTING_DIR=/Tests # specifies if files should be linked or copied to the test harness folder export TESTING_LINK_FILES=YES
Shell
#!/bin/bash IFS=' ' dest=/usr if [ ! -z "$@" ] then dest=$@ fi mkdir -p ${dest}/bin mkdir -p ${dest}/lib cp target/jwordpress ${dest}/bin cp target/jwordpress-[0-9][0-9.]*-*cli.jar ${dest}/lib chmod u=rwx,go=rx ${dest}/bin/jwordpress chmod u=rw,go=r ${dest}/lib/jwordpress-[0-9][0-9.]*-*cli.jar
Shell
#!/bin/bash if [ ! -z "$JAVA_HOME" ] then JAVA=${JAVA_HOME}/bin/java else JAVA=java fi PROGRAMDIR=$(cd `dirname $0` ; pwd) VERSION=@VERSION@ PACKAGE=@PACKAGE@ FILE=${PACKAGE}-${VERSION}-cli.jar if [ ! -f "${PROGRAMDIR}/${FILE}" ] then PROGRAMDIR=${PROGRAMDIR}/../lib/ fi ${JAVA} -jar ${PROGRAMDIR}/${FILE} "$@"
Shell
#!/bin/bash # # Copyright (c) 2010 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not # use this file except in compliance with the License. You may obtain a copy of # the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed t...
Shell
#!/bin/bash # # ${project.version} release script # # ensure Maven repository is up-to-date echo "" echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" echo "Preparing Maven repository" echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" echo "" cd ${m...
Shell
#!/bin/bash # chkconfig: 3 21 91 # description: Starts and Stops gitblit # Source function library. . /etc/init.d/functions # change theses values (default values) GITBLIT_PATH=/opt/gitblit GITBLIT_BASE_FOLDER=/opt/gitblit/data GITBLIT_HTTP_PORT=0 GITBLIT_HTTPS_PORT=8443 GITBLIT_LOG=/var/log/gitblit.log source ${GITBL...
Shell
#!/bin/bash java -jar gitblit.jar --baseFolder data
Shell
#!/bin/bash # -------------------------------------------------------------------------- # This is for Lucene search integration. # # Allows you to add an indexed branch specification to the repository config # for all matching repositories in the specified folder. # # All repositories are included unless excluded usin...
Shell
#!/bin/bash sudo cp service-ubuntu.sh /etc/init.d/gitblit sudo update-rc.d gitblit defaults
Shell
#!/bin/bash ### BEGIN INIT INFO # Provides: gitblit # Required-Start: $remote_fs $syslog $network # Required-Stop: $remote_fs $syslog $network # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Gitblit repository server # Description: Gitblit is a stand-alone service for ...
Shell
#!/bin/bash # To set the proxy configuration, specify the following host name and port #PROXY_HOST= #PROXY_PORT= # To exclude any hosts from proxy configuration such that they directly accessed by Gitblit without passing through the proxy server, append the host name to the following variable using "|" as the separat...
Shell
#!/bin/bash java -cp gitblit.jar com.gitblit.authority.Launcher --baseFolder data
Shell
#!/bin/bash sudo cp service-centos.sh /etc/init.d/gitblit sudo chkconfig --add gitblit
Shell
#!/bin/bash java -jar gitblit.jar --baseFolder data --stop
Shell
#!/bin/bash # -------------------------------------------------------------------------- # This is for reindexing Tickets with Lucene. # # Since the Tickets feature is undergoing massive churn it may be necessary # to reindex tickets due to model or index changes. # # usage: # # reindex-tickets.sh <baseFolder> # #...
Shell
#!/bin/bash # # Copyright 2010 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed ...
Shell
#!/bin/sh #./ant/androguard_ant.py ./examples/android/Test/bin/classes/org/t0t0/android/ ./examples/android/Test/androguard.xml ./ant/androguard_ant.py ./examples/java/TC/orig/:./examples/java/TC/orig_main/ ./examples/java/TC/androguard.xml exit 0
Shell
#! /bin/sh # depcomp - compile a program generating dependencies as side-effects scriptversion=2009-04-28.21; # UTC # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009 Free # Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Ge...
Shell
#! /bin/bash # libtool - Provide generalized library-building support services. # Generated automatically by config.status (snappy) 1.0.1 # Libtool was configured on host destiny: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005...
Shell
# Generated from ltmain.m4sh. # ltmain.sh (GNU libtool) 2.2.6b # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # ...
Shell
#!/bin/sh # install - install a program, script, or datafile scriptversion=2009-04-28.21; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the # following copyright and license. # # Copyright (C) 1994 X Consortium # # Permission is ...
Shell
#! /bin/sh # Common stub for a few missing GNU programs while installing. scriptversion=2009-04-28.21; # UTC # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, # 2008, 2009 Free Software Foundation, Inc. # Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. # This program is free softw...
Shell
#! /bin/sh -e export PATH=/bin:/usr/bin # Local hack. rm -rf autom4te.cache aclocal -I m4 autoheader libtoolize --copy automake --add-missing --copy autoconf
Shell
#!/bin/sh # Bzgrep wrapped for bzip2, # adapted from zgrep by Philippe Troin <phil@fifi.org> for Debian GNU/Linux. ## zgrep notice: ## zgrep -- a wrapper around a grep program that decompresses files as needed ## Adapted from a version sent by Charles Levert <charles@comm.polymtl.ca> PATH="/usr/bin:$PATH"; export PA...
Shell
#!/bin/sh # sh is buggy on RS/6000 AIX 3.2. Replace above line with #!/bin/ksh # Bzcmp/diff wrapped for bzip2, # adapted from zdiff by Philippe Troin <phil@fifi.org> for Debian GNU/Linux. # Bzcmp and bzdiff are used to invoke the cmp or the diff pro- # gram on compressed files. All options specified are passed #...
Shell
#!/bin/bash # see the README file for usage etc. # # ------------------------------------------------------------------ # This file is part of bzip2/libbzip2, a program and library for # lossless, block-sorting data compression. # # bzip2/libbzip2 version 1.0.6 of 6 September 2010 # Copyright (C) 1996-2010 Julian S...
Shell
#!/bin/sh # Bzmore wrapped for bzip2, # adapted from zmore by Philippe Troin <phil@fifi.org> for Debian GNU/Linux. PATH="/usr/bin:$PATH"; export PATH prog=`echo $0 | sed 's|.*/||'` case "$prog" in *less) more=less ;; *) more=more ;; esac if test "`echo -n a`" = "-n a"; then # looks like a SysV system: ...
Shell
#!/bin/sh ############################################################################### # # Author: Lasse Collin # # This file has been put into the public domain. # You can do whatever you want with this file. # ############################################################################### # If xz wasn't built, t...
Shell
#!/bin/sh ############################################################################### # # Author: Lasse Collin # # This file has been put into the public domain. # You can do whatever you want with this file. # ############################################################################### # If both xz and xzdec ...
Shell
#!/bin/bash # ############################################################################### # # Build a binary package on Windows with MinGW and MSYS # # Set the paths where MinGW, Mingw-w32, or MinGW-w64 are installed. If both # MinGW and MinGW-w32 are specified, MinGW-w32 will be used. If there is no # 32-bit or 64...
Shell
#! /bin/sh # depcomp - compile a program generating dependencies as side-effects scriptversion=2009-04-28.21; # UTC # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009 Free # Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Ge...
Shell
#! /bin/sh # Output a system dependent set of variables, describing how to set the # run time search path of shared libraries in an executable. # # Copyright 1996-2006 Free Software Foundation, Inc. # Taken from GNU libtool, 2001 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 # # This file is fre...
Shell
# libtool (GNU libtool) 2.4 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, # 2007, 2008, 2009, 2010 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even f...
Shell
#!/bin/sh # install - install a program, script, or datafile scriptversion=2009-04-28.21; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the # following copyright and license. # # Copyright (C) 1994 X Consortium # # Permission is ...
Shell
#! /bin/sh # Common stub for a few missing GNU programs while installing. scriptversion=2009-04-28.21; # UTC # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, # 2008, 2009 Free Software Foundation, Inc. # Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. # This program is free softw...
Shell
#! /bin/sh # Wrapper for compilers which do not understand `-c -o'. scriptversion=2009-10-06.20; # UTC # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009 Free Software # Foundation, Inc. # Written by Tom Tromey <tromey@cygnus.com>. # # This program is free software; you can redistribute it and/or modify # it under t...
Shell
#!/bin/sh # ############################################################################# # # Get the version string from version.h and print it out without # trailing newline. This makes it suitable for use in configure.ac. # ############################################################################# # # Author: Las...
Shell
#!/bin/sh # ############################################################################### # # Wrapper for GNU groff to convert man pages to a few formats # # Usage: manconv.sh FORMAT [PAPER_SIZE] < in.1 > out.suffix # # FORMAT can be ascii, utf8, ps, or pdf. PAPER_SIZE can be anything that # groff accepts, e.g. a4 or...
Shell
#!/bin/sh ############################################################################### # # Author: Lasse Collin # # This file has been put into the public domain. # You can do whatever you want with this file. # ############################################################################### # The result of using "...
Shell
#!/bin/bash # ############################################################################# # # 7z2lzma.bash is very primitive .7z to .lzma converter. The input file must # have exactly one LZMA compressed stream, which has been created with the # default lc, lp, and pb values. The CRC32 in the .7z archive is not check...
Shell
#!/bin/sh # copy from $Tomcat/bin/startup.sh # resolve links - $0 may be a softlink PRG="$0" while [ -h "$PRG" ] ; do ls=`ls -ld "$PRG"` link=`expr "$ls" : '.*-> \(.*\)$'` if expr "$link" : '/.*' > /dev/null; then PRG="$link" else PRG=`dirname "$PRG"`/"$link" fi done PRGDIR=`dirname "$PRG"` # _class...
Shell
#!/bin/sh # copy from $Tomcat/bin/startup.sh # resolve links - $0 may be a softlink PRG="$0" while [ -h "$PRG" ] ; do ls=`ls -ld "$PRG"` link=`expr "$ls" : '.*-> \(.*\)$'` if expr "$link" : '/.*' > /dev/null; then PRG="$link" else PRG=`dirname "$PRG"`/"$link" fi done PRGDIR=`dirname "$PRG"` # _class...
Shell
#!/bin/sh # copy from $Tomcat/bin/startup.sh # resolve links - $0 may be a softlink PRG="$0" while [ -h "$PRG" ] ; do ls=`ls -ld "$PRG"` link=`expr "$ls" : '.*-> \(.*\)$'` if expr "$link" : '/.*' > /dev/null; then PRG="$link" else PRG=`dirname "$PRG"`/"$link" fi done PRGDIR=`dirname "$PRG"` # _class...
Shell
#!/bin/sh # copy from $Tomcat/bin/startup.sh # resolve links - $0 may be a softlink PRG="$0" while [ -h "$PRG" ] ; do ls=`ls -ld "$PRG"` link=`expr "$ls" : '.*-> \(.*\)$'` if expr "$link" : '/.*' > /dev/null; then PRG="$link" else PRG=`dirname "$PRG"`/"$link" fi done PRGDIR=`dirname "$PRG"` # _class...
Shell
ant clean; ant release; adb install -r bin/MetaTracker-release.apk
Shell
#!/usr/bin/env sh # # This script is a simple wrapper that will run Drush with the most appropriate # php executable it can find. # # Solaris users: Add /usr/xpg4/bin to the head of your PATH # # Get the absolute path of this executable SELF_DIRNAME="`dirname -- "$0"`" SELF_PATH="`cd -P -- "$SELF_DIRNAME" && pwd -P`/`...
Shell
#!/usr/bin/env sh # # This script is a simple wrapper that will run Drush with the most appropriate # php executable it can find. # # Solaris users: Add /usr/xpg4/bin to the head of your PATH # # Get the absolute path of this executable SELF_DIRNAME="`dirname -- "$0"`" SELF_PATH="`cd -P -- "$SELF_DIRNAME" && pwd -P`/`...
Shell
# BASH completion script for Drush. # # Place this in your /etc/bash_completion.d/ directory or source it from your # ~/.bash_completion or ~/.bash_profile files. Alternatively, source # examples/example.bashrc instead, as it will automatically find and source # this file. # Ensure drush is available. which drush > /...
Shell
#!/usr/bin/env sh # This script will run phpunit-based test classes using Drush's # test framework. First, the Drush executable is located, and # then phpunit is invoked, passing in drush_testcase.inc as # the bootstrap file. # # Any parameters that may be passed to phpunit may also be used # with runtests.sh. DRUSH...
Shell
#!/usr/bin/env sh # This script will run phpunit-based test classes using Drush's # test framework. First, the Drush executable is located, and # then phpunit is invoked, passing in drush_testcase.inc as # the bootstrap file. # # Any parameters that may be passed to phpunit may also be used # with runtests.sh. DRUSH...
Shell