code
stringlengths
1
1.96M
language
stringclasses
1 value
#!/bin/bash # For packaging the compute system up. # # Filter out re-routable libraries export PRIMARY="$1" export ADDITION_SELF="-C `dirname $1` `basename $1`" export ADDITION_LIST="$(ldd $1 | grep '=>' | grep -v '=> ' | grep -v "libc\." | grep -v "libm\." | grep -v "libdl\." | grep -v "libstdc++\." | awk ' { print...
Shell
#!/bin/bash # Kill any previously running brokers #pkill -9 acquirea # Remove outstanding work stores rm ./_* # Remove all databases rm ./*.sql # Remove all workare files and results rm -fr ./workarea_files/* rm -fr ./results_files/* #rm -fr ./hosted_files/* rm -f *.pub rm -f brokerkeyname rm -f output.xml rm -f wo...
Shell
#!/bin/bash # Kill any previously running brokers #pkill -9 acquirea # Remove outstanding work stores rm ./_* # Remove all databases rm ./*.sql # Remove all workare files and results rm -fr ./workarea_files/* rm -fr ./results_files/* #rm -fr ./hosted_files/* rm -f *.pub rm -f brokerkeyname rm -f output.xml rm -f wo...
Shell
#!/bin/sh # the defined variables should be: # CONSPIRE_DEMAND_JOB # CONSPIRE_WRITEABLEDIR # CONSPIRE_KEYID # CONSPIRE_TMAX # CONSPIRE_CLUSTERID build_openssl_from_source() { cd $CONSPIRE_WRITEABLEDIR if [ ! -f openssl-1.tar.gz ]; then mkdir -p $HOME/lib wget http://www.openssl.org/source/openssl-1....
Shell
#!/bin/sh # the defined variables should be: # CONSPIRE_DEMAND_JOB # CONSPIRE_WRITEABLEDIR # CONSPIRE_KEYID # CONSPIRE_TMAX # CONSPIRE_CLUSTERID export CONSPIRE_JOBID=$PBS_JOBID if [ "$CONSPIRE_CLUSTERID" = "emerald" ]; then export CONSPIRE_JOBID=$LSB_JOBID fi mkdir -p compute_$CONSPIRE_KEYID mv $CONSPIRE_KEYID.pu...
Shell
#!/bin/sh # the defined variables should be: # CONSPIRE_DEMAND_JOB # CONSPIRE_WRITEABLEDIR # CONSPIRE_KEYID # CONSPIRE_TMAX # CONSPIRE_CLUSTERID export CONSPIRE_JOBID=$PBS_JOBID if [ "$CONSPIRE_CLUSTERID" = "emerald" ]; then export CONSPIRE_JOBID=$LSB_JOBID fi mkdir -p compute_$CONSPIRE_KEYID mv $CONSPIRE_KEYID.pu...
Shell
#!/bin/sh # the defined variables should be: # CONSPIRE_DEMAND_JOB # CONSPIRE_WRITEABLEDIR # CONSPIRE_KEYID # CONSPIRE_TMAX # CONSPIRE_CLUSTERID build_openssl_from_source() { cd $CONSPIRE_WRITEABLEDIR if [ ! -f openssl-1.tar.gz ]; then mkdir -p $HOME/lib wget http://www.openssl.org/source/openssl-1....
Shell
#!/bin/bash # Kill any previously running brokers #pkill -9 acquirea # Remove outstanding work stores rm ./_* # Remove all databases rm ./*.sql # Remove all workare files and results rm -fr ./workarea_files/* rm -fr ./results_files/* #rm -fr ./hosted_files/* rm -f *.pub rm -f brokerkeyname rm -f output.xml rm -f wo...
Shell
#!/bin/bash acsutilTATEpilogue
Shell
#!/bin/bash acsutilTATPrologue echo "Starting testContainer"
Shell
#!/bin/bash acsutilTATEpilogue
Shell
#!/bin/bash acsutilTATPrologue echo "Starting testContainer"
Shell
#!/bin/bash acsutilTATEpilogue
Shell
#!/bin/bash echo "Starting Test" echo "Starting ACS" acsutilTATPrologue echo "ACSA is Up and Ready" echo "Starting testContainer" acsutilAwaitContainerStart -cpp bilboContainer echo " Test finished"
Shell
#!/bin/bash acsutilTATEpilogue
Shell
#!/bin/bash echo "Starting Test" echo "Starting ACS" acsutilTATPrologue echo "ACSA is Up and Ready" echo "Starting testContainer" acsutilAwaitContainerStart -cpp bilboContainer echo " Test finished"
Shell
#!/bin/bash acsutilTATEpilogue
Shell
#!/bin/bash acsutilTATPrologue -l echo "Starting testContainer" acsutilAwaitContainerStart -java databaseContainer
Shell
#!/bin/bash acsutilTATEpilogue
Shell
#!/bin/bash acsutilTATPrologue -l echo "Starting testContainer" acsutilAwaitContainerStart -java databaseContainer
Shell
#!/bin/bash acsutilTATEpilogue
Shell
#!/bin/bash acsutilTATPrologue -l #echo "Starting bilboContainer" #acsutilAwaitContainerStart -cpp bilboContainer
Shell
#!/bin/bash acsutilTATEpilogue
Shell
#!/bin/bash acsutilTATPrologue -l #echo "Starting bilboContainer" #acsutilAwaitContainerStart -cpp bilboContainer
Shell
#!/bin/bash acsutilTATEpilogue
Shell
#!/bin/bash acsutilTATPrologue -l echo "Starting testContainer" acsutilAwaitContainerStart -java testContainer
Shell
#!/bin/bash acsutilTATEpilogue
Shell
#!/bin/bash acsutilTATPrologue -l echo "Starting testContainer" acsutilAwaitContainerStart -java testContainer
Shell
#!/bin/bash acsutilTATEpilogue
Shell
#!/bin/bash acsutilTATPrologue -l echo "Starting testContainer" acsutilAwaitContainerStart -py aragornContainer
Shell
#!/bin/bash acsutilTATEpilogue
Shell
#!/bin/bash acsutilTATPrologue -l echo "Starting testContainer" acsutilAwaitContainerStart -py aragornContainer
Shell
#!/bin/bash set -ex DIR=temp-clone # Delete any existing temporary website clone rm -rf $DIR # Clone the current repo into temp folder git clone git@github.com:JakeWharton/ActionBarSherlock.git $DIR # Move working directory into temp folder cd $DIR # Checkout and track the gh-pages branch git checkout -t origin/g...
Shell
ant clean; ant release; adb install -r bin/MetaTracker-release.apk
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-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-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-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 # 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-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 # 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 # 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 # 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-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 # 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 # 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-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 # 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-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 # 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
ant clean; ant release; adb install -r bin/MetaTracker-release.apk
Shell
#!/bin/sh #ideally you need to set only the following two paths ANDROID_BUILD_DIR and SDK_DIR #where you downloaded the android sources and built it ANDROID_BUILD_DIR=/opt/Android-2.3.5 CUR_DIR=`pwd` ACTEVE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" # copy various jars cd $ANDROID_BUILD_DIR cp out/targ...
Shell
#!/usr/bin/env bash # -*- coding:utf-8 -*- cython2 $1.pyx gcc -c -fPIC -I/usr/include/python2.7/ $1.c gcc -shared $1.o -o $1.so
Shell
# ~/.bashrc: executed by bash(1) for non-login shells. # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) # for examples # If not running interactively, don't do anything [ -z "$PS1" ] && return # don't put duplicate lines in the history. See bash(1) for more options # ... or force ignoredups ...
Shell
#!/bin/sh # # ~/.xinitrc # # Executed by startx (run your window manager from here) if [ -d /etc/X11/xinit/xinitrc.d ]; then for f in /etc/X11/xinit/xinitrc.d/*; do [ -x "$f" ] && . "$f" done unset f fi #usermodmap=$HOME/.Xmodmap userresources=$HOME/.Xresources if [ -f $userresources ]; then xrdb -merge $us...
Shell
# User specific aliases and functions # bug : when remaining image left on the desktop, try switch ptty. VBOX_USB=usbfs function cs() { cd "$1" && ls; } function tp() { tec360 '$1' > /dev/null 2>&1 ; } alias lss='ls -Slh' alias lst='ls -tlh' alias lsa='ls -A' alias df='df -hT' alias du='du -sh --max-depth=0' alias dirs...
Shell
#!/usr/bin/env bash # -*- coding:utf-8 -*- xargs -t -I{} cp -r {} . < $1 && echo "DONE"
Shell
#!/bin/sh #edit the following variables to suit your needs MYUID=1000 # your user uid MYGID=100 # your user gid MYLOGIN=wangdian # your login TERM=terminal # your terminal emulator MYSHELL=bash # your shell export DISPLAY=:0 # your X display TMPFILE=/run/a...
Shell
#!/bin/sh exec tail -n +3 $0 # This file provides an easy way to add custom menu entries. Simply type the # menu entries you want to add after this comment. Be careful not to change # the 'exec tail' line above. menuentry "Microsoft Windows" --class windows --class os { insmod part_msdos insmod ntfs set root='(hd0...
Shell
#!/bin/sh -e # # rc.local # # This script is executed at the end of each multiuser runlevel. # Make sure that the script will "exit 0" on success or any other # value on error. # # In order to enable or disable this script just change the execution # bits. # # By default this script does nothing. #/home/wangdian/wallpr...
Shell
#!/bin/bash ############################################################################## ## ## ## Gradle wrapper script for UN*X ## ## ...
Shell
#!/usr/bin/env bash ################################################################################ # # Bake is a shell script for running CakePHP bake script # # CakePHP(tm) : Rapid Development Framework (http://cakephp.org) # Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) # # Licensed unde...
Shell
#!/usr/bin/env bash ################################################################################ # # Bake is a shell script for running CakePHP bake script # # CakePHP(tm) : Rapid Development Framework (http://cakephp.org) # Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) # # Licensed unde...
Shell
#!/usr/bin/env bash ################################################################################ # # Bake is a shell script for running CakePHP bake script # # CakePHP(tm) : Rapid Development Framework (http://cakephp.org) # Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) # # Licensed unde...
Shell
#!/bin/sh #======================================================================= # FILE: tests.sh # DESCRIPTION: Runs test suite under all supported versions of Python # and displays failures when encountered. # NOTES: Don't try to get too fancy with this script. All changes # s...
Shell
#!/usr/bin/env bash # Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. # For licensing, see LICENSE.html or http://ckeditor.com/license # Use this file to quickly run the sample under Linux. adl application.xml ../../
Shell
#!/usr/bin/env bash # Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. # For licensing, see LICENSE.html or http://ckeditor.com/license # Use this file to quickly run the sample under Linux. adl application.xml ../../
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
#!/bin/sh # # pre-build-linux.sh # # Copyright (C) 2012 Simon Lehmann # # This file is part of Actracktive. # # Actracktive 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 License, or ...
Shell
#!/bin/sh # # pre-build-osx.sh # # Copyright (C) 2012 Simon Lehmann # # This file is part of Actracktive. # # Actracktive 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 License, or # ...
Shell
#!/bin/sh # # generateAppInfo.sh # # Copyright (C) 2012 Simon Lehmann # # This file is part of Actracktive. # # Actracktive 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 License, or ...
Shell
#!/bin/sh # # generateAppInfo.sh # # Copyright (C) 2012 Simon Lehmann # # This file is part of Actracktive. # # Actracktive 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 License, or ...
Shell
#!/bin/sh # # post-build-osx.sh # # Copyright (C) 2012 Simon Lehmann # # This file is part of Actracktive. # # Actracktive 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 License, or #...
Shell
#!/bin/sh # # pre-build-linux.sh # # Copyright (C) 2012 Simon Lehmann # # This file is part of Actracktive. # # Actracktive 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 License, or ...
Shell
#!/bin/sh # # pre-build-osx.sh # # Copyright (C) 2012 Simon Lehmann # # This file is part of Actracktive. # # Actracktive 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 License, or # ...
Shell
#!/bin/sh # # version.sh # # Copyright (C) 2012 Simon Lehmann # # This file is part of Actracktive. # # Actracktive 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 License, or # (at yo...
Shell
#!/bin/sh # # post-build-linux.sh # # Copyright (C) 2012 Simon Lehmann # # This file is part of Actracktive. # # Actracktive 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 License, or...
Shell
#!/bin/sh # # post-build-linux.sh # # Copyright (C) 2012 Simon Lehmann # # This file is part of Actracktive. # # Actracktive 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 License, or...
Shell
#!/bin/sh # # version.sh # # Copyright (C) 2012 Simon Lehmann # # This file is part of Actracktive. # # Actracktive 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 License, or # (at yo...
Shell
#!/bin/sh # # post-build-osx.sh # # Copyright (C) 2012 Simon Lehmann # # This file is part of Actracktive. # # Actracktive 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 License, or #...
Shell
#!/bin/bash # Zawiera poprawke konfiguracji dhcp. # Poprawiono eksport zmiennych. # Testowano na Ubuntu Server 12.04.4 LTS. # Skrypt zatwierdzono 8 marca. # Wprowadzono usprawnienia w funkcjonowaniu kreatora Active Directory. # UWAGA!!!!! Zmienna domain moze miec problem z przetworzeniem dlugich zmiennych! # Skrypt p...
Shell
#!/bin/bash # Zawiera poprawke konfiguracji dhcp. # Poprawiono eksport zmiennych. # Testowano na Ubuntu Server 12.04.4 LTS. # Skrypt zatwierdzono 8 marca. # Wprowadzono usprawnienia w funkcjonowaniu kreatora Active Directory. # UWAGA!!!!! Zmienna domain moze miec problem z przetworzeniem dlugich zmiennych! # Skrypt p...
Shell
nant tests pushd Tests ./testRunner.sh popd
Shell
nunit-console2 Tests/bin/Tests.dll $1
Shell
booc -r:../bin/ActiveRecord.dll -out:bin/Tests.exe Tests.boo mono --debug bin/Tests.exe
Shell
#!/bin/bash rm printable.ps rm printable.dvi latex printable.tex #dvips printable.dvi #ghostview printable.ps #dvipdf printable.dvi dvips -t landscape printable.dvi ps2pdf printable.ps xpdf printable.pdf #xdvi -paper usr printable.dvi
Shell
#!/bin/bash rm printable.ps rm printable.dvi latex printable.tex #dvips printable.dvi #ghostview printable.ps #dvipdf printable.dvi dvips -t landscape printable.dvi ps2pdf printable.ps xpdf printable.pdf #xdvi -paper usr printable.dvi
Shell
export ACTIVIST=/home/mike/projects/activist.ca #export TWISTED=/home/mike/projects/non-mike/Twisted #export NEVOW=/home/mike/projects/non-mike/Nevow #export PYLIB=/home/mike/projects/non-mike/py-dist/build export PYTHONPATH=${ACTIVIST}/src/:$PYTHONPATH #export PYTHONPATH=${TWISTED}/:${NEVOW}:${ACTIVIST}/src/:$PYTH...
Shell
#!/bin/sh # first find which PHP binary to use if test "x$PHP_PEAR_PHP_BIN" != "x"; then PHP="$PHP_PEAR_PHP_BIN" else if test "@php_bin@" = '@'php_bin'@'; then PHP=php else PHP="@php_bin@" fi fi # then look for the right pear include dir if test "x$PHP_PEAR_INSTALL_DIR" != "x"; then INCDIR=$PHP_PEA...
Shell
#!/bin/sh # first find which PHP binary to use if test "x$PHP_PEAR_PHP_BIN" != "x"; then PHP="$PHP_PEAR_PHP_BIN" else if test "@php_bin@" = '@'php_bin'@'; then PHP=php else PHP="@php_bin@" fi fi # then look for the right pear include dir if test "x$PHP_PEAR_INSTALL_DIR" != "x"; then INCDIR=$PHP_PEA...
Shell
#!/bin/sh # first find which PHP binary to use if test "x$PHP_PEAR_PHP_BIN" != "x"; then PHP="$PHP_PEAR_PHP_BIN" else if test "@php_bin@" = '@'php_bin'@'; then PHP=php else PHP="@php_bin@" fi fi # then look for the right pear include dir if test "x$PHP_PEAR_INSTALL_DIR" != "x"; then INCDIR=$PHP_PEA...
Shell
#!/bin/sh # first find which PHP binary to use if test "x$PHP_PEAR_PHP_BIN" != "x"; then PHP="$PHP_PEAR_PHP_BIN" else if test "@php_bin@" = '@'php_bin'@'; then PHP=php else PHP="@php_bin@" fi fi # then look for the right pear include dir if test "x$PHP_PEAR_INSTALL_DIR" != "x"; then INCDIR=$PHP_PEA...
Shell
#!/bin/sh # first find which PHP binary to use if test "x$PHP_PEAR_PHP_BIN" != "x"; then PHP="$PHP_PEAR_PHP_BIN" else if test "@php_bin@" = '@'php_bin'@'; then PHP=php else PHP="@php_bin@" fi fi # then look for the right pear include dir if test "x$PHP_PEAR_INSTALL_DIR" != "x"; then INCDIR=$PHP_PEA...
Shell
#!/bin/sh # first find which PHP binary to use if test "x$PHP_PEAR_PHP_BIN" != "x"; then PHP="$PHP_PEAR_PHP_BIN" else if test "@php_bin@" = '@'php_bin'@'; then PHP=php else PHP="@php_bin@" fi fi # then look for the right pear include dir if test "x$PHP_PEAR_INSTALL_DIR" != "x"; then INCDIR=$PHP_PEA...
Shell
#! /bin/sh # $Id: run.cvs,v 1.2 2004/02/20 18:57:52 danielc Exp $ # vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv # PEAR DB TEST STARTER # # To run all tests: ./run # To run one test: ./run <test file name> # Example: ./run db_parsedsn.phpt # # Before running the tests you must adjust the # fo...
Shell
#! /bin/sh # $Id: run.cvs,v 1.2 2004/02/20 18:57:52 danielc Exp $ # vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv # PEAR DB TEST STARTER # # To run all tests: ./run # To run one test: ./run <test file name> # Example: ./run db_parsedsn.phpt # # Before running the tests you must adjust the # fo...
Shell
#!/bin/bash # # This directory contains a patch to convert Python 2.x jsontemplate.py to Python # 3. # # For now we are maintaining this patch in the source repo. When # python/jsontemplate/_jsontemplate.py is updated, this patch can be regenerated # if necessary. # # python3/jsontemplate.py should not be checked in -...
Shell
#!/bin/bash # # jesyll.sh # Author: Andy Chu ../../../git/narwhal-v8/nw.sh $PWD/../../../git/jesyll/bin/jesyll $PWD
Shell