code stringlengths 1 1.96M | language stringclasses 1
value |
|---|---|
#!/bin/sh
exec /usr/bin/php "@CMAKE_INSTALL_PREFIX@/share/ainitramfs/ainitramfs.php" "$@"
| Shell |
#!/bin/bash
exec /usr/bin/badvpn-ncd /init.ncd
| Shell |
#!/bin/bash
exec /usr/bin/badvpn-ncd /init.ncd
| Shell |
#!/bin/bash
INIT_NAME="ainitramfs"
init_msg() {
echo "${INIT_NAME}: $*" > /dev/console
}
init_error() {
init_msg "Error: $*"
init_msg "Boot failed, dropping to shell."
exec /bin/bash
init_msg "Failed to exec shell, sleeping forever."
while true; do sleep 1; done
}
wait_for_device() {
loc... | Shell |
#!/bin/sh
exec /usr/bin/php "@CMAKE_INSTALL_PREFIX@/share/ainitramfs/ainitramfs.php" "$@"
| Shell |
#!/bin/bash
INIT_NAME="ainitramfs"
init_msg() {
echo "${INIT_NAME}: $*" > /dev/console
}
init_error() {
init_msg "Error: $*"
init_msg "Boot failed, dropping to shell."
exec /bin/bash
init_msg "Failed to exec shell, sleeping forever."
while true; do sleep 1; done
}
wait_for_device() {
loc... | Shell |
#!/bin/bash
#
set -uex
curl 'http://localhost:8081/list-games'
| Shell |
#!/bin/bash
#
set -ue
set -x
curl -H "Content-Type: application/json" "http://localhost:12345/ping"
| Shell |
#!/bin/bash
#
set -ue
backend=""
# match dev_appserver oauth2 default user_id
userID="0"
while [ $# -ge 1 ]
do
arg="$1"
shift
if [ "$arg" == "-b" ]
then
backend=1
else
userID="$arg"
fi
done
if [ "$backend" ]
then
# matcher backend
set -x
curl --data-binary "{}" -H "Content-Type: applicatio... | Shell |
#!/bin/bash
#
set -uex
dev_appserver.py \
--host 0.0.0.0 \
--skip_sdk_update_check yes \
. $*
| Shell |
#!/bin/bash
#
set -uex
curl 'http://localhost:8081/debug'
| Shell |
#!/bin/bash
#
set -uex
curl 'http://localhost:8081/start-game'
| Shell |
#!/bin/bash
#
set -ue
set -x
curl -H "Content-Type: application/json" "http://localhost:12345/log"
| Shell |
#!/bin/bash
#
set -ue
# make sure stuff is installed
[ ! -d 'node_modules' ] && npm install socket.io express
set -x
# run the game
node games-server/main.js $*
| Shell |
#!/bin/bash
#
set -ue
pairing_key=$( cat shared/pairing-key.json | sed -e 's/{"key": "//' -e 's/".*//' )
set -x
data='{ "userID": 823478923748932, "displayName": "fredsa", "game_name": "syXv", "player_game_key": "283473289478329" }'
curl --data-binary "$data" -H "Content-Type: application/json" "http://localhost:1234... | Shell |
#!/usr/bin/env bash
# Copyright (c) 2003-2009, Frederico Caldeira Knabben. All rights reserved.
# For licensing, see LICENSE.html or http://ckeditor.com/license
if [ -L $0 ] ; then
DIR=$(dirname $(readlink -f $0)) ;
else
DIR=$(dirname $0) ;
fi ;
pushd $DIR
java -jar ckreleaser/ckreleaser.jar ckreleaser.relea... | Shell |
#!/usr/bin/env bash
# Copyright (c) 2003-2009, Frederico Caldeira Knabben. All rights reserved.
# For licensing, see LICENSE.html or http://ckeditor.com/license
if [ -L $0 ] ; then
DIR=$(dirname $(readlink -f $0)) ;
else
DIR=$(dirname $0) ;
fi ;
pushd $DIR
java -jar ckreleaser/ckreleaser.jar ckreleaser.relea... | Shell |
#!/usr/bin/env bash
# Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
# For licensing, see LICENSE.html or http://ckeditor.com/license
if [ -L $0 ] ; then
DIR=$(dirname $(readlink -f $0)) ;
else
DIR=$(dirname $0) ;
fi ;
pushd $DIR
java -jar ckpackager/ckpackager.jar ../../ckeditor... | Shell |
#!/usr/bin/env bash
# Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
# For licensing, see LICENSE.html or http://ckeditor.com/license
if [ -L $0 ] ; then
DIR=$(dirname $(readlink -f $0)) ;
else
DIR=$(dirname $0) ;
fi ;
pushd $DIR
java -jar ckpackager/ckpackager.jar ../../ckeditor... | Shell |
#!/usr/bin/env bash
# Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
# For licensing, see LICENSE.html or http://ckeditor.com/license
# Checks translation files in given directory.
if [ -L $0 ] ; then
DIR=$(dirname $(readlink -f $0)) ;
else
DIR=$(dirname $0) ;
fi ;
pushd $DIR
ja... | Shell |
#!/usr/bin/env bash
# Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
# For licensing, see LICENSE.html or http://ckeditor.com/license
# Checks translation files in given directory.
if [ -L $0 ] ; then
DIR=$(dirname $(readlink -f $0)) ;
else
DIR=$(dirname $0) ;
fi ;
pushd $DIR
ja... | Shell |
#!/usr/bin/env bash
#
# Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
# For licensing, see LICENSE.html or http://ckeditor.com/license
#
# Calls the JavaScript Lint (jsl) with the predefined configurations.
# If a file name is passed as a parameter it writes there the results,
# otherwise... | Shell |
#!/usr/bin/env bash
#
# Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
# For licensing, see LICENSE.html or http://ckeditor.com/license
#
# Calls the JavaScript Lint (jsl) with the predefined configurations.
# If a file name is passed as a parameter it writes there the results,
# otherwise... | Shell |
#!/bin/sh
FindPath()
{
dirname "$(readlink -e $(which $1))"
}
if [ "${CHEESIE_GAME_NAME}" = "" ]; then
CHEESIE_GAME_NAME="Ainos"
fi
if [ "${CHEESIE_DATA_PATH}" = "" ]; then
CHEESIE_DATA_PATH="`FindPath $0`"
fi
echo "${CHEESIE_GAME_NAME}: Installed in '$CHEESIE_DATA_PATH'."
cd "$CHEESIE_D... | Shell |
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
/home/tails/build-server/android/android-studio/sdk/platform-tools/adb logcat SDL:V SDL/APP:V *:S
| Shell |
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
/home/tails/build-server/android/android-studio/sdk/platform-tools/adb logcat
| Shell |
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
JAVA_HOME=/usr/lib/jvm/default-java
cd ../..
ant debug clean
| Shell |
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
JAVA_HOME=/usr/lib/jvm/default-java
cd ../..
ant debug
| Shell |
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
JAVA_HOME=/usr/lib/jvm/default-java
cd ../..
ant debug install
| Shell |
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
NDK_PROJECT_PATH=../..
/home/tails/build-server/android/android-ndk/ndk-build
| Shell |
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
JAVA_HOME=/usr/lib/jvm/default-java
cd ../..
ant release install
| Shell |
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
./clean
./build
| Shell |
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
./ant-release-clean
./ant-release-build
| Shell |
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
JAVA_HOME=/usr/lib/jvm/default-java
cd ../..
ant release clean
| Shell |
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
NDK_PROJECT_PATH=../..
/home/tails/build-server/android/android-ndk/ndk-build clean
| Shell |
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
JAVA_HOME=/usr/lib/jvm/default-java
cd ../..
ant release
| Shell |
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
./ant-debug-clean
./ant-debug-build
| Shell |
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
TARGET=Release-Windows-x86
../refresh-build-date > log-${TARGET}
codeblocks --rebuild --target="${TARGET}" ../../project.cbp >> log-${TARGET}
| Shell |
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
TARGET=Release-Linux-x86
../refresh-build-date > log-${TARGET}
codeblocks --rebuild --target="${TARGET}" ../../project.cbp >> log-${TARGET}
| Shell |
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
cd ../android/
rm -rf assets/
rm -rf bin/
rm -rf gen/
rm -rf libs/
rm -rf obj/
unlink jni/SDL2
unlink jni/SDL2_image
unlink jni/SDL2_mixer
unlink jni/RakNet
unlink jni/boost
rm -f jni/src/Android.mk
rm -f ant.properties
rm -f local.proper... | Shell |
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
TARGET=Cross-Compile-Windows-x86_64
../refresh-build-date > log-${TARGET}
codeblocks --rebuild --target="${TARGET}" ../../project.cbp >> log-${TARGET}
| Shell |
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
./build-linux-x86_64
./build-linux-x86
./build-windows-x86_64
./build-windows-x86
./build-osx-x86_64
./build-android
| Shell |
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
chmod +x *
chmod -x version
chmod +x ../refresh-build-date
chmod +x ../rename-template
chmod +x ../version-change
chmod +x ../android/adb-logcat
chmod +x ../android/adb-logcat-all
chmod +x ../android/android-prep
chmod +x ../android/build-... | Shell |
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
TARGET=Release-Linux-x86_64
codeblocks --clean --target="${TARGET}" ../../project.cbp
| Shell |
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
TARGET=Cross-Compile-Windows-x86_64
codeblocks --clean --target="${TARGET}" ../../project.cbp
| Shell |
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
TARGET=Release-OSX-x86_64
codeblocks --clean --target="${TARGET}" ../../project.cbp
| Shell |
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
TARGET=Release-Linux-x86_64
../refresh-build-date > log-${TARGET}
codeblocks --build --target="${TARGET}" ../../project.cbp >> log-${TARGET}
| Shell |
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
TARGET=Cross-Compile-Windows-x86_64
../refresh-build-date > log-${TARGET}
codeblocks --build --target="${TARGET}" ../../project.cbp >> log-${TARGET}
| Shell |
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
TARGET=Release-Linux-x86
codeblocks --clean --target="${TARGET}" ../../project.cbp
| Shell |
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
./clean-linux-x86_64
./clean-linux-x86
./clean-windows-x86_64
./clean-windows-x86
./clean-osx-x86_64
./clean-android
| Shell |
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
TARGET=Release-OSX-x86_64
../refresh-build-date > log-${TARGET}
codeblocks --rebuild --target="${TARGET}" ../../project.cbp >> log-${TARGET}
| Shell |
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
../refresh-build-date > log-Release-Android
cd ../android/
./android-prep >> ${DIR}/log-Release-Android
cd build-scripts/linux/
./rebuild >> ${DIR}/log-Release-Android
./ant-release-rebuild >> ${DIR}/log-Release-Android
| Shell |
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
../refresh-build-date > log-Release-Android
cd ../android/
./android-prep >> ${DIR}/log-Release-Android
cd build-scripts/linux/
./build >> ${DIR}/log-Release-Android
./ant-release-build >> ${DIR}/log-Release-Android
| Shell |
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
TARGET=Release-Linux-x86_64
../refresh-build-date > log-${TARGET}
codeblocks --rebuild --target="${TARGET}" ../../project.cbp >> log-${TARGET}
| Shell |
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
TARGET=Release-Linux-x86
../refresh-build-date > log-${TARGET}
codeblocks --build --target="${TARGET}" ../../project.cbp >> log-${TARGET}
| Shell |
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
TARGET=Release-Windows-x86
../refresh-build-date > log-${TARGET}
codeblocks --build --target="${TARGET}" ../../project.cbp >> log-${TARGET}
| Shell |
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
TARGET=Release-OSX-x86_64
../refresh-build-date > log-${TARGET}
codeblocks --build --target="${TARGET}" ../../project.cbp >> log-${TARGET}
| Shell |
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
./rebuild-linux-x86_64
./rebuild-linux-x86
./rebuild-windows-x86_64
./rebuild-windows-x86
./rebuild-osx-x86_64
./rebuild-android
| Shell |
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
TARGET=Release-Windows-x86
codeblocks --clean --target="${TARGET}" ../../project.cbp
| Shell |
export MPJ_HOME=$PWD/mpj
export NP=$1
shift
$MPJ_HOME/bin/mpjrun.sh -dev niodev -wdir $PWD/ -np $NP -jar jModelTest.jar $*
| Shell |
java -jar jModelTest.jar
| 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=2011-12-04.11; # UTC
# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009, 2010,
# 2011 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms o... | Shell |
#! /bin/sh
# Common stub for a few missing GNU programs while installing.
scriptversion=2012-01-06.13; # UTC
# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006,
# 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
# Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
# This pro... | Shell |
#!/bin/sh
# install - install a program, script, or datafile
scriptversion=2011-01-19.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
# These variables are automatically filled in by the configure script.
name="@PACKAGE_TARNAME@"
version="@PACKAGE_VERSION@"
show_usage()
{
echo "Usage: gtest-config [OPTIONS...]"
}
show_help()
{
show_usage
cat <<\EOF
The `gtest-config' script provides access to the necessary compile and linking
flag... | Shell |
#!/bin/bash
#
# Copyright 2008, Google Inc.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
#
# * Redistributions of source code must retain the above copyright
# notice, this list of condit... | Shell |
#!/bin/bash
#
# Copyright 2008, Google Inc.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
#
# * Redistributions of source code must retain the above copyright
# notice, this list of condit... | 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/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
set -e
fromrepo=
if [ "$1" = -r ]; then shift; fromrepo=1; fi
top=$(pwd)
jar=$1
bases=$2
dirs=$3
text=$4
bin=$5
shift 5;
files="$@"
HG=${HG:-hg}
stage="$top/${jar%.*}"
mkdir -p "$stage"
sed=$(which sed)
if [ "xoo" = x$(echo foo | sed -E 's/f(o)/\1/' 2>/dev/null) ]
then sed() { $sed -E "$@"; }
else sed() {... | Shell |
spawn-fcgi -u www-data -g www-data -d /var/www/simplecd/ -f /var/www/simplecd/code.py -a 127.0.0.1 -p 9001 -F 2
| Shell |
#!/bin/bash
#
# Starts a basic web server on the port specified.
#
# ./serve.sh 3000 -> http://localhost:3000
#
# Copyright 2012 Eric Bidelman <ebidel@gmail.com>
port=$1
if [ $# -ne 1 ]
then
port=8000
fi
if [ $(uname -s) == "Darwin" ]
then
open=open
else
open=xdg-open
fi
$open http://localhost:$port/templat... | 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 |
#!/usr/bin/env bash
jsdoc -d ./docs/ rule-properties.js
| Shell |
#!/usr/bin/env bash
jsdoc -d ./docs/ rule-properties.js
| Shell |
#!/usr/bin/env bash
cat \
openajax_a11y_constants.js \
wai_aria/aria.js \
scripts/cache_util.js \
scripts/cache_abbreviations.js \
scripts/cache_color_contrast.js \
scripts/cache_controls.js \
scripts/cache_dom_element.js \
scripts/cache_dom_traversal.js \
scripts/cache_headings_landmarks.js \
scripts/cach... | Shell |
#!/usr/bin/env bash
rm -R ../api_docs/*.html
jsdoc -d ../api_docs \
openajax_a11y_constants.js \
openajax_a11y.js \
scripts/cache_dom_element.js \
scripts/cache_dom_traversal.js \
scripts/cache_abbreviations.js \
scripts/cache_text.js \
scripts/cache_controls.js \
s... | Shell |
#!/usr/bin/env bash
rm -R ../api_docs/*.html
jsdoc -d ../api_docs \
openajax_a11y_constants.js \
openajax_a11y.js \
scripts/cache_dom_element.js \
scripts/cache_dom_traversal.js \
scripts/cache_abbreviations.js \
scripts/cache_text.js \
scripts/cache_controls.js \
s... | Shell |
#!/usr/bin/env bash
cat \
openajax_a11y_constants.js \
wai_aria/aria.js \
scripts/cache_util.js \
scripts/cache_abbreviations.js \
scripts/cache_color_contrast.js \
scripts/cache_controls.js \
scripts/cache_dom_element.js \
scripts/cache_dom_traversal.js \
scripts/cache_headings_landmarks.js \
scripts/cach... | Shell |
#!/bin/bash
################################################################################
###
### By Mystick, Based on Resp@wner script on L2jfree
###
################################################################################
trap finish 2
pomxmlLSPath="../AL-Login"
pomxmlGSPath="../AL-Game"
buildx... | Shell |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.