code
stringlengths
1
1.96M
language
stringclasses
1 value
DATESTAMP=`date +%y%m%d` cp .serial /tmp/ make clean RfCatChronos [ $? -ne 0 ] && printf "\n\n\n FAILURE TO BUILD!!! \n\n\n" && exit mv bins/RfCatChronos.hex bins/RfCatChronos-$DATESTAMP.hex cp /tmp/.serial . make RfCatChronosCCBootloader [ $? -ne 0 ] && printf "\n\n\n FAILURE TO BUILD!!! \n\n\n" && exit mv bins/RfC...
Shell
#!/bin/sh # START-COMMIT HOOK # # The start-commit hook is invoked before a Subversion txn is created # in the process of doing a commit. Subversion runs this hook # by invoking a program (script, executable, binary, etc.) named # 'start-commit' (for which this file is a template) # with the following ordered argumen...
Shell
#!/bin/sh # PRE-COMMIT HOOK # # The pre-commit hook is invoked before a Subversion txn is # committed. Subversion runs this hook by invoking a program # (script, executable, binary, etc.) named 'pre-commit' (for which # this file is a template), with the following ordered arguments: # # [1] REPOS-PATH (the path t...
Shell
#!/bin/sh # PRE-LOCK HOOK # # The pre-lock hook is invoked before an exclusive lock is # created. Subversion runs this hook by invoking a program # (script, executable, binary, etc.) named 'pre-lock' (for which # this file is a template), with the following ordered arguments: # # [1] REPOS-PATH (the path to this...
Shell
#!/bin/sh # POST-COMMIT HOOK # # The post-commit hook is invoked after a commit. Subversion runs # this hook by invoking a program (script, executable, binary, etc.) # named 'post-commit' (for which this file is a template) with the # following ordered arguments: # # [1] REPOS-PATH (the path to this repository) ...
Shell
#!/bin/sh # PRE-COMMIT HOOK # # The pre-commit hook is invoked before a Subversion txn is # committed. Subversion runs this hook by invoking a program # (script, executable, binary, etc.) named 'pre-commit' (for which # this file is a template), with the following ordered arguments: # # [1] REPOS-PATH (the path t...
Shell
#!/bin/sh # PRE-REVPROP-CHANGE HOOK # # The pre-revprop-change hook is invoked before a revision property # is added, modified or deleted. Subversion runs this hook by invoking # a program (script, executable, binary, etc.) named 'pre-revprop-change' # (for which this file is a template), with the following ordered #...
Shell
#!/bin/sh # PRE-LOCK HOOK # # The pre-lock hook is invoked before an exclusive lock is # created. Subversion runs this hook by invoking a program # (script, executable, binary, etc.) named 'pre-lock' (for which # this file is a template), with the following ordered arguments: # # [1] REPOS-PATH (the path to this...
Shell
#!/bin/sh # POST-REVPROP-CHANGE HOOK # # The post-revprop-change hook is invoked after a revision property # has been added, modified or deleted. Subversion runs this hook by # invoking a program (script, executable, binary, etc.) named # 'post-revprop-change' (for which this file is a template), with the # following...
Shell
#!/bin/sh # POST-LOCK HOOK # # The post-lock hook is run after a path is locked. Subversion runs # this hook by invoking a program (script, executable, binary, etc.) # named 'post-lock' (for which this file is a template) with the # following ordered arguments: # # [1] REPOS-PATH (the path to this repository) # ...
Shell
#!/bin/sh # PRE-UNLOCK HOOK # # The pre-unlock hook is invoked before an exclusive lock is # destroyed. Subversion runs this hook by invoking a program # (script, executable, binary, etc.) named 'pre-unlock' (for which # this file is a template), with the following ordered arguments: # # [1] REPOS-PATH (the path...
Shell
#!/bin/sh # START-COMMIT HOOK # # The start-commit hook is invoked before a Subversion txn is created # in the process of doing a commit. Subversion runs this hook # by invoking a program (script, executable, binary, etc.) named # 'start-commit' (for which this file is a template) # with the following ordered argumen...
Shell
#!/bin/sh # POST-COMMIT HOOK # # The post-commit hook is invoked after a commit. Subversion runs # this hook by invoking a program (script, executable, binary, etc.) # named 'post-commit' (for which this file is a template) with the # following ordered arguments: # # [1] REPOS-PATH (the path to this repository) ...
Shell
#!/bin/sh # POST-UNLOCK HOOK # # The post-unlock hook runs after a path is unlocked. Subversion runs # this hook by invoking a program (script, executable, binary, etc.) # named 'post-unlock' (for which this file is a template) with the # following ordered arguments: # # [1] REPOS-PATH (the path to this reposito...
Shell
#!/bin/sh # POST-UNLOCK HOOK # # The post-unlock hook runs after a path is unlocked. Subversion runs # this hook by invoking a program (script, executable, binary, etc.) # named 'post-unlock' (for which this file is a template) with the # following ordered arguments: # # [1] REPOS-PATH (the path to this reposito...
Shell
#!/bin/sh # PRE-REVPROP-CHANGE HOOK # # The pre-revprop-change hook is invoked before a revision property # is added, modified or deleted. Subversion runs this hook by invoking # a program (script, executable, binary, etc.) named 'pre-revprop-change' # (for which this file is a template), with the following ordered #...
Shell
#!/bin/sh # POST-LOCK HOOK # # The post-lock hook is run after a path is locked. Subversion runs # this hook by invoking a program (script, executable, binary, etc.) # named 'post-lock' (for which this file is a template) with the # following ordered arguments: # # [1] REPOS-PATH (the path to this repository) # ...
Shell
#!/bin/sh # POST-REVPROP-CHANGE HOOK # # The post-revprop-change hook is invoked after a revision property # has been added, modified or deleted. Subversion runs this hook by # invoking a program (script, executable, binary, etc.) named # 'post-revprop-change' (for which this file is a template), with the # following...
Shell
#!/bin/sh # PRE-UNLOCK HOOK # # The pre-unlock hook is invoked before an exclusive lock is # destroyed. Subversion runs this hook by invoking a program # (script, executable, binary, etc.) named 'pre-unlock' (for which # this file is a template), with the following ordered arguments: # # [1] REPOS-PATH (the path...
Shell
#! /bin/bash # Binary of the Texturepacker: TEXTUREPACKER_BINARY=/usr/local/bin/TexturePacker # Shared Spritesheet-Output-Definitions: SPRITESHEET_OUTPUT_DIRECTORY="../assets/gfx/spritesheets/" SPRITESHEET_OUTPUT_JAVAIDS_PACKAGE="org.anddev.andengine.examples.spritesheets" SPRITESHEET_OUTPUT_JAVAIDS_DIRECTORY="../src...
Shell
#!/bin/bash # (C) Copyright 2014, 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 to in wr...
Shell
#!/bin/bash if [ $# -ne 1 ] then echo "Usage:$0 scantype" echo "UNLV data comes in several scan types:" echo "3B=300 dpi binary" echo "3A=adaptive thresholded 300 dpi" echo "3G=300 dpi grey" echo "4B=400dpi binary" echo "2B=200dpi binary" echo "For now we only use 3B" exit 1 fi ext=...
Shell
#!/bin/bash # File: runalltests.sh # Description: Script to run a set of UNLV test sets. # Author: Ray Smith # Created: Thu Jun 14 08:21:01 PDT 2007 # # (C) Copyright 2007, Google Inc. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with...
Shell
#!/bin/bash # File: runtestset.sh # Description: Script to run tesseract on a single UNLV set. # Author: Ray Smith # Created: Wed Jun 13 10:13:01 PDT 2007 # # (C) Copyright 2007, Google Inc. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in complianc...
Shell
#!/bin/bash # File: counttestset.sh # Description: Script to count the errors on a single UNLV set. # Author: Ray Smith # Created: Wed Jun 13 11:58:01 PDT 2007 # # (C) Copyright 2007, Google Inc. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in comp...
Shell
#-*- mode: shell-script;-*- # # bash completion support for tesseract # # Copyright (C) 2009 Neskie A. Manuel <neskiem@gmail.com> # Distributed under the Apache License, Version 2.0. # _tesseract_languages() { local TESSDATA="/usr/share/tesseract-ocr/tessdata/" local langs="$(ls $TESSDATA | grep traineddata | cut -...
Shell
#!/bin/bash # # File: generate_manpages.sh # Description: Converts .asc files into man pages, etc. for Tesseract. # Author: eger@google.com (David Eger) # Created: 9 Feb 2012 # # (C) Copyright 2012 Google Inc. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this f...
Shell
#!/bin/sh # This is a simple script which is meant to help developers # better deal with the GNU autotools, specifically: # # aclocal # autoheader # autoconf # automake # # The whole thing is quite complex... # # The idea is to run this collection of tools on a single platform, # typically the main development...
Shell
#! /bin/bash #check to see if there is a tossfile in this directory if !(test -d "tossfile" || test -c "tossfile.py") # no tossfile in this directory then exit fi #check to see if any of the tossfiles are newer than the completions file # TODO: see if we can use md5s instead of timestamps newer=0 for line in ...
Shell
#! /bin/bash #check to see if there is a tossfile in this directory if !(test -d "tossfile" || test -c "tossfile.py") # no tossfile in this directory then exit fi #check to see if any of the tossfiles are newer than the completions file # TODO: see if we can use md5s instead of timestamps newer=0 for line in ...
Shell
complete -W '$(pytossrc)' -o filenames toss
Shell
#! /bin/bash #check to see if there is a tossfile in this directory if !(test -d "tossfile" || test -c "tossfile.py") # no tossfile in this directory then exit fi #check to see if any of the tossfiles are newer than the completions file # TODO: see if we can use md5s instead of timestamps newer=0 for line in ...
Shell
#! /bin/bash #check to see if there is a tossfile in this directory if !(test -d "tossfile" || test -c "tossfile.py") # no tossfile in this directory then exit fi #check to see if any of the tossfiles are newer than the completions file # TODO: see if we can use md5s instead of timestamps newer=0 for line in ...
Shell
complete -W '$(pytossrc)' -o filenames toss
Shell
#!/bin/bash function print_help { echo 'Usage: adwhirl [start_invoker|start_daemon|stop_invoker|stop_daemon|stop_all]' echo '' exit 1 } if [ $# -gt 1 ] || [ $# -eq 0 ]; then print_help fi command=$1 function start_invoker { ulimit -n 819200 java -server -Xms256m -Xmx1024m -cp adwhirl.jar Invoker...
Shell
#!/bin/sh if ps aux | grep -v grep | grep -v checkInvoker | grep -i adwhirl | grep -i Invoker > /dev/null then : else INSTANCE=`curl -s http://169.254.169.254/2007-03-01/meta-data/instance-id` HOSTNAME=`curl -s http://169.254.169.254/2007-03-01/meta-data/public-hostname` DATE=`date` echo -e "AdWhirl Invok...
Shell
#!/bin/sh if ps aux | grep -v grep | grep java | grep Daemon > /dev/null then : else echo "AdWhirl Daemon is down" | mail -s "**PROBLEM - AdWhirl Daemon is CRITICAL" jpincar@admob.com #page-adwhirl@admob-moat.pagerduty.com #page-adwhirl@yell.admob.com fi
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 t...
Shell
ant clean; ant release; adb install -r bin/MetaTracker-release.apk
Shell
#!/bin/bash # # Copyright (C) 2007 The Android Open Source Project # # 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 ap...
Shell
#!/bin/bash # # Copyright (C) 2007 The Android Open Source Project # # 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 ap...
Shell
#!/bin/bash function print_help { echo 'Usage: adwhirl [start_invoker|start_daemon|stop_invoker|stop_daemon|stop_all]' echo '' exit 1 } if [ $# -gt 1 ] || [ $# -eq 0 ]; then print_help fi command=$1 function start_invoker { ulimit -n 819200 java -server -Xms256m -Xmx1024m -cp adwhirl.jar Invoker...
Shell
#!/bin/sh if ps aux | grep -v grep | grep -v checkInvoker | grep -i adwhirl | grep -i Invoker > /dev/null then : else INSTANCE=`curl -s http://169.254.169.254/2007-03-01/meta-data/instance-id` HOSTNAME=`curl -s http://169.254.169.254/2007-03-01/meta-data/public-hostname` DATE=`date` echo -e "AdWhirl Invok...
Shell
#!/bin/sh if ps aux | grep -v grep | grep java | grep Daemon > /dev/null then : else echo "AdWhirl Daemon is down" | mail -s "**PROBLEM - AdWhirl Daemon is CRITICAL" jpincar@admob.com #page-adwhirl@admob-moat.pagerduty.com #page-adwhirl@yell.admob.com fi
Shell
#!/bin/bash VERSION=0.1 PACKAGE=zaspesharp prefix=/usr/local config=RELEASE configurations=" RELEASE DEBUG" common_packages=" glade-sharp-2.0;2.12.0 glib-sharp-2.0;2.12.0 gtk-sharp-2.0;2.12.0" usage () { echo "Usage : configure [OPTION]... [--config=CONFIG]" echo echo "Options:" echo " --prefix=PREFIX in...
Shell
#!/bin/sh exec mono "@expanded_libdir@/@PACKAGE@/GUI.exe" "$@"
Shell
#!/bin/sh exec mono "@expanded_libdir@/@PACKAGE@/GUI.exe" "$@"
Shell
#! /bin/sh PACKAGE=prebuild prefix=@prefix@ exec_prefix=@exec_prefix@ # %%$@%$# why oh why isn't it $sharedir/prebuild # Day changed to 30 Mar 2007 # ... # 07:50 &lt; cj&gt; why are we installing .exe assemblies to $prefix/lib/$package/ and # not $prefix/share/$package ? # 07:50 &lt; jonp&gt; momentum. #...
Shell
#!/bin/sh # install - install a program, script, or datafile scriptversion=2005-05-14.22 # 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 hereby ...
Shell
#! /bin/sh # Common stub for a few missing GNU programs while installing. scriptversion=2005-06-08.21 # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005 # Free Software Foundation, Inc. # Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. # This program is free software; you can redistribu...
Shell
#! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. timestamp='2006-02-23' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file sug...
Shell
#! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. timestamp='2006-02-23' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU Gene...
Shell
#!/bin/sh # install - install a program, script, or datafile scriptversion=2005-05-14.22 # 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 hereby ...
Shell
#! /bin/sh PACKAGE=prebuild prefix=@prefix@ exec_prefix=@exec_prefix@ # %%$@%$# why oh why isn't it $sharedir/prebuild # Day changed to 30 Mar 2007 # ... # 07:50 &lt; cj&gt; why are we installing .exe assemblies to $prefix/lib/$package/ and # not $prefix/share/$package ? # 07:50 &lt; jonp&gt; momentum. #...
Shell
#! /bin/sh # Common stub for a few missing GNU programs while installing. scriptversion=2005-06-08.21 # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005 # Free Software Foundation, Inc. # Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. # This program is free software; you can redistribu...
Shell
#!/bin/bash VERSION=0.1 PACKAGE=zaspesharp prefix=/usr/local config=RELEASE configurations=" RELEASE DEBUG" common_packages=" glade-sharp-2.0;2.12.0 glib-sharp-2.0;2.12.0 gtk-sharp-2.0;2.12.0" usage () { echo "Usage : configure [OPTION]... [--config=CONFIG]" echo echo "Options:" echo " --prefix=PREFIX in...
Shell
#!/bin/sh exec mono "@expanded_libdir@/@PACKAGE@/GUI.exe" "$@"
Shell
#!/bin/sh exec mono "@expanded_libdir@/@PACKAGE@/GUI.exe" "$@"
Shell
#!/bin/sh # To use this script install the Google App Engine SDK for Java in the directory # /usr/local/appengine-java-sdk /usr/local/appengine-java-sdk/bin/dev_appserver.sh --address=0.0.0.0 web-app
Shell
#!/bin/sh /usr/local/appengine-java-sdk/bin/appcfg.sh update web-app
Shell
#!/bin/sh # # Download & update the latest jslint. # dir=${0%/*} base=$(dirname $dir) javaDir="$base/src/main/java" resourceDir="$base/src/main/resources" pkgDir="com/googlecode/jslint4java" jslint="jslint.js" set -e # Specify an explicit jslint instead of downloading. if [[ -f $1 ]] ; then cp $1 $resourceDir/$pk...
Shell
#/bin/sh # # Download the latest jslint. # resourceDir="${1:-src/main/resources}" pkgDir="${2:-net/happygiraffe/jslint}" curl -R -o $resourceDir/$pkgDir/jslint.js http://www.jslint.com/jslint.js
Shell
#!/bin/sh QT4_FILE="qt4-4.8-win32-bin.tar.bz2" QT4_URL="https://android-thomson-key-solver.googlecode.com/files/qt4-4.8-win32-bin.tar.bz2" ROOT_FOLDER=`pwd` BUILD_FOLDER=$ROOT_FOLDER/win32 DOWNLOADS_FOLDER=$BUILD_FOLDER/downloads # Get the dependencies, Qt mkdir -p $DOWNLOADS_FOLDER cd $DOWNLOADS_FOLDER if [ ! -f ...
Shell
#!/bin/sh QT4_FILE="qt4-4.8-win32-bin.tar.bz2" QT4_URL="https://android-thomson-key-solver.googlecode.com/files/qt4-4.8-win32-bin.tar.bz2" ROOT_FOLDER=`pwd` BUILD_FOLDER=$ROOT_FOLDER/win64 DOWNLOADS_FOLDER=$BUILD_FOLDER/downloads # Get the dependencies, Qt mkdir -p $DOWNLOADS_FOLDER cd $DOWNLOADS_FOLDER if [ ! -f ...
Shell
#!/bin/sh QT4_FILE="qt4-4.8-win32-bin.tar.bz2" QT4_URL="https://android-thomson-key-solver.googlecode.com/files/qt4-4.8-win32-bin.tar.bz2" SRC_FOLDER=`pwd` #assumed to be the current folder, change to compile in another location ROOT_FOLDER=`pwd` BUILD_FOLDER=$ROOT_FOLDER/linux mkdir -p $BUILD_FOLDER cd $BUILD_FOLDE...
Shell
#!/bin/bash # zawgyi-keyboard - zawgyi keyboard installation for FreeBSD Gnome2. # Copyright (C) 2009 lrcmm.org # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version ...
Shell
#!/bin/bash # zawgyi-keyboard - zawgyi keyboard installation for linux. # Copyright (C) 2009 lrcmm.org # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the ...
Shell
#!/bin/bash # zawgyi-keyboard - zawgyi keyboard installation for linux. # Copyright (C) 2009 lrcmm.org # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the ...
Shell
#!/bin/bash # zawgyi-keyboard - zawgyi keyboard installation for FreeBSD Gnome2. # Copyright (C) 2009 lrcmm.org # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version ...
Shell
#!/bin/bash phone=$1 num_options=$2 attackers=$3 i=0 while [ $i -lt $num_options ] do i=$(($i+1)) node load.js $phone $i $attackers & done
Shell
#!/bin/bash phone=$1 num_options=$2 attackers=$3 i=0 while [ $i -lt $num_options ] do i=$(($i+1)) node load.js $phone $i $attackers & done
Shell
#!/bin/bash set -e cd .. # /bootstrap/ cp test-infra/npm-shrinkwrap.json npm-shrinkwrap.json npm install rm npm-shrinkwrap.json
Shell
#!/bin/bash set -e cd .. # /bootstrap/ cp test-infra/npm-shrinkwrap.json npm-shrinkwrap.json npm install rm npm-shrinkwrap.json
Shell
#!/bin/bash echo "Start testing" echo phpunit ZCacheTest ZCacheTest.class.php
Shell
#!/bin/bash echo "Start testing" echo phpunit ZCacheTest ZCacheTest.class.php
Shell
#!/bin/sh /usr/local/bin/Adobe_Flex_Builder/sdks/3.5.0/bin/asdoc -target-player="10.0.42" -locale en_US -define=CONFIG::debugging,false -define=CONFIG::release,false -define=CONFIG::standalone,true -source-path /home/zenyk/workspace/Projects/Flex/VectorViewerStandalone/src/ -source-path /home/zenyk/workspace/Projects/F...
Shell
#!/bin/sh /usr/local/bin/Adobe_Flex_Builder/sdks/3.5.0/bin/asdoc -target-player="10.0.42" -locale en_US -define=CONFIG::debugging,false -define=CONFIG::release,false -define=CONFIG::standalone,true -source-path /home/zenyk/workspace/Projects/Flex/VectorEditorStandalone/src/ -source-path /home/zenyk/workspace/Projects/F...
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 # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # Free Software Foundation, Inc. timestamp='2010-01-22' # This file is (in principle) common to ALL GNU software. # The pres...
Shell
#! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # Free Software Foundation, Inc. timestamp='2009-12-30' # This file is free software; you can redistribute it and/or modify it...
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 # 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 # 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 # START-COMMIT HOOK # # The start-commit hook is invoked before a Subversion txn is created # in the process of doing a commit. Subversion runs this hook # by invoking a program (script, executable, binary, etc.) named # 'start-commit' (for which this file is a template) # with the following ordered...
Shell
#!/bin/sh # POST-REVPROP-CHANGE HOOK # # The post-revprop-change hook is invoked after a revision property # has been added, modified or deleted. Subversion runs this hook by # invoking a program (script, executable, binary, etc.) named # 'post-revprop-change' (for which this file is a template), with the # f...
Shell
#!/bin/sh # POST-LOCK HOOK # # The post-lock hook is run after a path is locked. Subversion runs # this hook by invoking a program (script, executable, binary, etc.) # named 'post-lock' (for which this file is a template) with the # following ordered arguments: # # [1] REPOS-PATH (the path to this repos...
Shell
#!/bin/sh # POST-LOCK HOOK # # The post-lock hook is run after a path is locked. Subversion runs # this hook by invoking a program (script, executable, binary, etc.) # named 'post-lock' (for which this file is a template) with the # following ordered arguments: # # [1] REPOS-PATH (the path to this repos...
Shell
#!/bin/sh # PRE-LOCK HOOK # # The pre-lock hook is invoked before an exclusive lock is # created. Subversion runs this hook by invoking a program # (script, executable, binary, etc.) named 'pre-lock' (for which # this file is a template), with the following ordered arguments: # # [1] REPOS-PATH (the pat...
Shell
#!/bin/sh # POST-UNLOCK HOOK # # The post-unlock hook runs after a path is unlocked. Subversion runs # this hook by invoking a program (script, executable, binary, etc.) # named 'post-unlock' (for which this file is a template) with the # following ordered arguments: # # [1] REPOS-PATH (the path to this...
Shell
#!/bin/sh # PRE-COMMIT HOOK # # The pre-commit hook is invoked before a Subversion txn is # committed. Subversion runs this hook by invoking a program # (script, executable, binary, etc.) named 'pre-commit' (for which # this file is a template), with the following ordered arguments: # # [1] REPOS-PATH (t...
Shell
#!/bin/sh # PRE-UNLOCK HOOK # # The pre-unlock hook is invoked before an exclusive lock is # destroyed. Subversion runs this hook by invoking a program # (script, executable, binary, etc.) named 'pre-unlock' (for which # this file is a template), with the following ordered arguments: # # [1] REPOS-PATH ...
Shell
#!/bin/sh # POST-REVPROP-CHANGE HOOK # # The post-revprop-change hook is invoked after a revision property # has been added, modified or deleted. Subversion runs this hook by # invoking a program (script, executable, binary, etc.) named # 'post-revprop-change' (for which this file is a template), with the # f...
Shell
#!/bin/sh # POST-COMMIT HOOK # # The post-commit hook is invoked after a commit. Subversion runs # this hook by invoking a program (script, executable, binary, etc.) # named 'post-commit' (for which this file is a template) with the # following ordered arguments: # # [1] REPOS-PATH (the path to this rep...
Shell
#!/bin/sh # START-COMMIT HOOK # # The start-commit hook is invoked before a Subversion txn is created # in the process of doing a commit. Subversion runs this hook # by invoking a program (script, executable, binary, etc.) named # 'start-commit' (for which this file is a template) # with the following ordered...
Shell
#!/bin/sh # PRE-REVPROP-CHANGE HOOK # # The pre-revprop-change hook is invoked before a revision property # is added, modified or deleted. Subversion runs this hook by invoking # a program (script, executable, binary, etc.) named 'pre-revprop-change' # (for which this file is a template), with the following or...
Shell
#!/bin/sh # PRE-LOCK HOOK # # The pre-lock hook is invoked before an exclusive lock is # created. Subversion runs this hook by invoking a program # (script, executable, binary, etc.) named 'pre-lock' (for which # this file is a template), with the following ordered arguments: # # [1] REPOS-PATH (the pat...
Shell
#!/bin/sh # PRE-UNLOCK HOOK # # The pre-unlock hook is invoked before an exclusive lock is # destroyed. Subversion runs this hook by invoking a program # (script, executable, binary, etc.) named 'pre-unlock' (for which # this file is a template), with the following ordered arguments: # # [1] REPOS-PATH ...
Shell
#!/bin/sh # POST-COMMIT HOOK # # The post-commit hook is invoked after a commit. Subversion runs # this hook by invoking a program (script, executable, binary, etc.) # named 'post-commit' (for which this file is a template) with the # following ordered arguments: # # [1] REPOS-PATH (the path to this rep...
Shell