code
stringlengths
1
1.96M
language
stringclasses
1 value
#!/bin/bash spasm megaMan.asm ZMEGAMAN.8xp -A -T spasm megaLevels.asm ZMEGADAT.8xp -T sleep 1 #python archive.py #cp AZMEGAMAN.8xp ZMEGAMAN.8xp #cp AZMEGADAT.8xp ZMEGADAT.8xp tilem2 ZMEGAMAN.8xp ZMEGADAT.8xp
Shell
# Utilise pour faire des vimdiff z.txt az.txt (verifier la tete des fichiers de sortie !) # FIFY hexdump ZMEGAMAN.8xp > z.txt hexdump AZMEGAMAN.8xp > az.txt hexdump ZMEGADAT.8xp > d.txt hexdump AZMEGADAT.8xp > ad.txt
Shell
#!/dis/sh.dis -n load std listen -v 'tcp!*!styx' {export /&} # -n? #and {ftest -d /net/il} {listen -v 'il!*!styx' {export /&}} # -n?
Shell
#!/dis/sh.dis -n load std or {ftest -e /net/dns} {ftest -e /env/emuhost} {ndb/dns} or {ftest -e /net/cs} {ndb/cs} or {ftest -f /keydb/signerkey} {echo 'auth: need to use createsignerkey(8)' >[1=2]; raise nosignerkey} or {ftest -f /keydb/keys} {echo 'auth: need to create /keydb/keys' >[1=2]; raise nokeys} and {auth/keyf...
Shell
#!/dis/sh.dis -n load std or {ftest -e /net/dns} {ftest -e /env/emuhost} {ndb/dns} or {ftest -e /net/cs} {ndb/cs} svc/registry svc/styx
Shell
#!/dis/sh.dis -n load std or {ftest -f /mnt/registry/new} { db=() and {ftest -f /lib/ndb/registry} {db=(-f /lib/ndb/registry)} mount -A -c {ndb/registry $db} /mnt/registry } listen -v 'tcp!*!registry' {export /mnt/registry&} # -n?
Shell
#!/dis/sh.dis -n load std listen 'tcp!*!rstyx' {runas $user auxi/rstyxd&} #and {ftest -d /net/il} {listen 'il!*!rstyx' {runas $user auxi/rstyxd&}}
Shell
#!/dis/sh load std and {~ $#* 0} {echo usage: runcollab collabname >[2=1]; exit usage} pctl forkns or {bind -bc /services/$1 /services/collab} {exit fail} or {bind /dis/collab/servers /services/collab/servers} {exit fail} collab/collabsrv /services/collab
Shell
#!/dis/sh load tk std pctl newpgrp wid=${tk window 'Test lines'} fn x {tk $wid $*} x canvas .c x pack .c x 'bind .c <ButtonRelease-1> {send b1 %x %y}' x 'bind .c <ButtonRelease-2> {send b2 %x %y}' x update chan b1 b2 tk namechan $wid b1 tk namechan $wid b2 while {} {tk winctl $wid ${recv $wid}} & chan show ifs=' ' v1...
Shell
#!/dis/sh load std # codepage generators GENERATORS=( gencp932 genbig5 gengb2312 genjisx0201kana genjisx0208-1997 genjisx0212 ibm437 ibm850 ibm866 iso8859-1 iso8859-10 iso8859-2 iso8859-3 iso8859-4 iso8859-5 iso8859-6 iso8859-7 iso8859-8 iso8859-9 iso8859-15 koi8-r windows-1250 windows-1251 win...
Shell
#!/bin/sh line=`/bin/echo $1 | /bin/sed 's/-//'` if [ "x$EDITOR" = "x" ] ; then vi +$line $2 else $EDITOR +$line $2 fi
Shell
#!/bin/sh # this file is used only to bootstrap mk onto a platform # that currently lacks a binary for mk. after that, mk can # look after itself. # support@vitanuova.com # change these defines as appropriate here or in mkconfig # ROOT should be the root of the Inferno tree ROOT=/usr/inferno SYSTARG=FreeBSD OBJTYPE...
Shell
export ZBOT_HOME=/home/mkopinsky/CodingProjects/ZmanimBot cd $ZBOT_HOME export LD_LIBRARY_PATH=$ZBOT_HOME/ CLASSPATH=$ZBOT_HOME/build/ CLASSPATH=$CLASSPATH:$ZBOT_HOME/lib/ CLASSPATH=$CLASSPATH:$ZBOT_HOME/lib/accjwrap.jar CLASSPATH=$CLASSPATH:$ZBOT_HOME/lib/zmanim-1.1.jar CLASSPATH=$CLASSPATH:$ZBOT_HOME/lib/smack.jar C...
Shell
export ZBOT_HOME=/home/mkopinsky/CodingProjects/ZmanimBot cd "$ZBOT_HOME" export LD_LIBRARY_PATH=$ZBOT_HOME/ CLASSPATH=$ZBOT_HOME/build/ CLASSPATH=$CLASSPATH:$ZBOT_HOME/lib/ CLASSPATH=$CLASSPATH:$ZBOT_HOME/lib/accjwrap.jar CLASSPATH=$CLASSPATH:$ZBOT_HOME/lib/zmanim-1.1.jar CLASSPATH=$CLASSPATH:$ZBOT_HOME/lib/smack.jar...
Shell
#/bin/sh # # Auto pack for Motorola MOD frimware # # Suport package format: # - PEP (Project Evolution Packege) # - MGX (-) # - MPKG (Motorola Packege) # # Autor: Ant-ON # Version: 2.0 # #App info APPNAME="zMessanger" AUTOR="Ant-ON" VER=`cat ZAboutDlg.h | grep APP_VER | awk '{ print $3 }' | sed 's/"//g'` COMMENT...
Shell
#!/usr/bin/bash set -o errexit if [ $# -lt 1 ]; then echo "Usage: $0 <version>" exit 1 fi ver=$1 dir=AdWhirlSDK_iPhone_$ver rm -rf $dir mkdir -p $dir cp -r iphone/AdWhirl $dir/ cp -r iphone/AdWhirlSDK2_Sample $dir/ cp -r iphone/TouchJSON $dir/ cp iphone/Changelog.txt $dir/ cp iphone/README $dir/ zip -r $dir.zip...
Shell
java -cp $(echo lib/*.jar | tr ' ' ':') ar.com.oxen.nibiru.license.cli.Authorizer $*
Shell
#!/bin/sh if [[ -z $ADB ]]; then ADB=adb; fi ./kill_process.sh $ADB shell rm -r /data/data/com.google.android.apps.iosched/*
Shell
#!/bin/sh adb shell cat /data/data/com.google.android.apps.iosched/shared_prefs/com.google.android.apps.iosched_preferences.xml | xmllint --format -
Shell
#!/bin/sh if [[ -z $ADB ]]; then ADB=adb; fi $ADB shell am start \ -a android.intent.action.MAIN \ -c android.intent.category.LAUNCHER \ -n com.google.android.apps.iosched/.ui.HomeActivity
Shell
#!/bin/sh adb shell pm clear com.google.android.apps.iosched
Shell
#!/bin/sh if [[ -z $ADB ]]; then ADB=adb; fi $ADB shell am force-stop com.google.android.apps.iosched
Shell
#!/bin/sh if [[ -z $ADB ]]; then ADB=adb; fi MAC_UNAME="Darwin" if [[ "`uname`" == ${MAC_UNAME} ]]; then DATE_FORMAT="%Y-%m-%dT%H:%M:%S" else DATE_FORMAT="%Y-%m-%d %H:%M:%S" fi if [ -z "$1" ]; then NOW_DATE=$(date "+${DATE_FORMAT}") echo Please provide a mock time in the format \"${NOW_DATE}\" or \"d\" to del...
Shell
#!/bin/sh # Remember VERBOSE only works on debug builds of the app adb shell setprop log.tag.iosched_SyncHelper VERBOSE adb shell setprop log.tag.iosched_SessionsHandler VERBOSE adb shell setprop log.tag.iosched_ImageCache VERBOSE adb shell setprop log.tag.iosched_ImageWorker VERBOSE adb shell setprop log.tag.iosched_I...
Shell
#!/bin/sh if [[ -z $ADB ]]; then ADB=adb; fi $ADB shell "echo '$*' | sqlite3 -header -column /data/data/com.google.android.apps.iosched/databases/schedule.db"
Shell
#!/bin/sh # Sessions list #adb shell am start -a android.intent.action.VIEW -d content://com.google.android.apps.iosched/tracks/android/sessions # Vendors list #adb shell am start -a android.intent.action.VIEW -d content://com.google.android.apps.iosched/tracks/android/vendors # Session detail #adb shell am start -a...
Shell
#!/bin/sh # # dex2jar - Tools to work with android .dex and java .class files # Copyright (c) 2009-2012 Panxiaobo # # 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...
Shell
#!/bin/bash # Massive Network Game Object Server # Monitoring Script pid=`ps ax | awk '($5 ~ /mangos-worldd/) { print $1 }'` cpu=`top -b -n 1 -p $pid | awk '($12 ~ /mangos-worldd/) { print $9 }'` #echo $pid #echo $cpu intcpu=${cpu%.*} #echo $intcpu if [ "$intcpu" -gt "95" ] then kill -9 $pid echo "Killed MaNGOS for ...
Shell
#!/bin/bash # Trinity Server # autorestart Script while : do echo "TrinityCore daemon restarted" echo `date` >> crash.log & ./mangosd | tail -n 20 >> crash.log echo " " >> crash.log & pid=`ps ax | awk '($5 ~ /trinitycore/) { print $1 }'` wait $pid echo `date` ", TrinityCore daemon crashed and restarted....
Shell
# Be sure to specify files instead of * when running the script. perl -p -i -e "s/ +$//g" *
Shell
# Be sure to specify files instead of * when running the script. perl -p -i -e "s/\t/ /g" *
Shell
#!/bin/bash # see the README in this directory for usage etc. usage() { echo ''; echo 'Usage: xmlproc.sh -[option] <filename.xml>'; echo 'Specify a target from:'; echo '-v verify xml file conforms to dtd'; echo '-html output in html format (single file)'; echo '-ps output in postscript format'; ...
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/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 # Detects OS we're compiling on and generates build_config.mk, # which in turn gets read while processing Makefile. # build_config.mk will set the following variables: # - PORT_CFLAGS will either set: # -DLEVELDB_PLATFORM_POSIX if cstatomic is present # -DLEVELDB_PLATFORM_NOATOMI...
Shell
#!/bin/sh die () { echo "$@" 1>&2 exit 1 } test -d autoconf && test -f autoconf/configure.ac && cd autoconf test -f configure.ac || die "Can't find 'autoconf' dir; please cd into it first" #autoconf --version | egrep '2\.6[0-9]' > /dev/null #if test $? -ne 0 ; then # die "Your autoconf was not detected as being 2.6x...
Shell
#!/bin/bash # Copyright 2009 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...
Shell
ant clean; ant release; adb install -r bin/MetaTracker-release.apk
Shell
#!/bin/sh # # Usage example: ./generate.sh int Int Integer" # Args are: primitive type, capitalized primitive type, wrapper type # # To make changes to the .java files in this package, # 1. run this script to generate the templates, move the .gen files # somewhere else # 2. modify the template with your intended cha...
Shell
#!/bin/bash # # This script checks the java version and bails if it's less # than Java6 (because we use @Override annotations on interface # overriding methods. It then proceeds to do a maven build that # first cleans, then builds the normal lifecycle through compilation # unit testing (if available) up to packaging. ...
Shell
path=$(pwd) #echo $path echo "start apps..." $path/zmq_vs & #sleep 4 #echo "ps apps after starting" #ps u | grep -v grep| grep dumpcalc
Shell
path=./ echo "echo apps" ps aux | grep -v grep | grep brght | grep -v "sshd: brght" | grep -v "\-bash" #kill -9 `ps aux | grep -v grep | grep brght | grep local_feat_calc | awk '{print $2}'` #sleep 3 #echo "ps apps after killing" #ps aux | grep brght | grep -v grep| grep ${path}controller
Shell
path=./ echo "echo apps" ps aux | grep -v grep | grep brght | grep -v "sshd: brght" | grep -v "\-bash" #kill -9 `ps aux | grep -v grep | grep brght | grep local_feat_calc | awk '{print $2}'` #sleep 3 #echo "ps apps after killing" #ps aux | grep brght | grep -v grep| grep ${path}controller
Shell
path=$(pwd) echo "kill apps" kill -9 `ps aux | grep -v grep | grep brght | grep $path | awk ' {print $2}' `
Shell
#!/bin/sh # Wiwiz HotSpot Builder Utility # Copyright wiwiz.com. All rights reserved. VERSION="1.2.3" TMPFILE="/tmp/hsbuilder.tmp" EOF_FLAG='###END_OF_FILE###' LOGFILE='/tmp/hsbuilder.log' GW_ID=087B3A9C USERNAME=wiwiz TRUSTMAC="" ETNIF=ppp0 GWIF=br0 AS_HOSTNAME="cp.wiwiz.com:80,cp2.wiwiz.com:80,42.121.98.148:80,74.11...
Shell
#!/bin/sh # Wiwiz HotSpot Builder Utility # Copyright wiwiz.com. All rights reserved. VERSION="1.2.3" TMPFILE="/tmp/hsbuilder.tmp" EOF_FLAG='###END_OF_FILE###' LOGFILE='/tmp/hsbuilder.log' GW_ID=087B3A9C USERNAME=wiwiz TRUSTMAC="" ETNIF=ppp0 GWIF=br0 AS_HOSTNAME="cp.wiwiz.com:80,cp2.wiwiz.com:80,42.121.98.148:80,74.11...
Shell
#!/bin/sh # Copyright (C) 2014 www.jslink.org # 原作者: Freedom # 原作者blog: www.jslink.org # # time: 2014/12/28 14:05:00 source /etc/profile >/dev/null #设置从boafanx获取的服务器IP ipmatch=208.110.83.242 #邮件提醒 email="xxxxxxx@qq.com" #是否发送邮件 1 发送 0 不发送 isemail=0 logger "[boafanx shadownsocks] update started" #-----------------...
Shell
#!/bin/sh # Copyright (C) 2014 www.jslink.org # 原作者: Freedom # 原作者blog: www.jslink.org # # time: 2014/12/28 14:05:00 source /etc/profile >/dev/null #设置从boafanx获取的服务器IP ipmatch=208.110.83.242 #邮件提醒 email="xxxxxxx@qq.com" #是否发送邮件 1 发送 0 不发送 isemail=0 logger "[boafanx shadownsocks] update started" #-----------------...
Shell
# Be sure to specify files instead of * when running the script. perl -p -i -e "s/ +$//g" *
Shell
# Be sure to specify files instead of * when running the script. perl -p -i -e "s/\t/ /g" *
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 in this directory for usage etc. usage() { echo ''; echo 'Usage: xmlproc.sh -[option] <filename.xml>'; echo 'Specify a target from:'; echo '-v verify xml file conforms to dtd'; echo '-html output in html format (single file)'; echo '-ps output in postscript format'; ...
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/bash # Trinity Server # autorestart Script while : do echo "TrinityCore daemon restarted" echo `date` >> crash.log & ./mangosd | tail -n 20 >> crash.log echo " " >> crash.log & pid=`ps ax | awk '($5 ~ /trinitycore/) { print $1 }'` wait $pid echo `date` ", TrinityCore daemon crashed and restarted....
Shell
#!/bin/bash # Massive Network Game Object Server # Monitoring Script pid=`ps ax | awk '($5 ~ /mangos-worldd/) { print $1 }'` cpu=`top -b -n 1 -p $pid | awk '($12 ~ /mangos-worldd/) { print $9 }'` #echo $pid #echo $cpu intcpu=${cpu%.*} #echo $intcpu if [ "$intcpu" -gt "95" ] then kill -9 $pid echo "Killed MaNGOS for ...
Shell
#!/bin/bash if [ $# != 1 ] then echo "Usage: $0 emailAddress" exit 1 fi read -s -p "Password: " mypassword echo "" curl https://www.google.com/accounts/ClientLogin -d Email=$1 -d "Passwd=$mypassword" -d accountType=GOOGLE -d source=Google-cURL-Example -d service=ac2dm
Shell
#!/bin/sh # Need to run a full clean install when changing the request factory interfaces # Doing so deletes the local debug app engine database # This script backs that up first SRC=shuffle-app-engine/target/shuffle-app-engine-2.0.0-SNAPSHOT/WEB-INF/appengine-generated DEST=../db_backup rm -r $DEST mkdir $DEST cp -...
Shell
#!/bin/sh # Create a backup tar gzip file of the cwd with the date appended # located in the parent directory. FILENAME=../`pwd|xargs basename`-`date -j "+%Y-%m-%d"`.tgz echo Will create $FILENAME tar cfz $FILENAME . echo Done.
Shell
#! /bin/sh # # A very simple script to retrieve and pre-process test data, as used by # ../python/rundoctest.py # # Assumes it is being run in the 'data' directory # Assumes the presence of 'wget' and 'unzip', and that the tstools have been # built. # Retrieve a segment of Elephant's Dream in TS (11 is the smallest se...
Shell
#!/bin/sh if [ ! -e icons ]; then echo "You must run this script in the scripts directory." exit 1 fi name=$1 echo "Using iconset $name.png" if [ ! -e "icons/${name}_150.png" ]; then echo "Icon set does not exist." echo "usage: set_icons.sh quill" exit 1 fi cp "icons/${name}_150.png" ../res/drawable/icon...
Shell
#!/bin/sh cat toolbox.xml | \ sed 's/Left/XXXXX/g' | \ sed 's/Right/Left/g' | \ sed 's/XXXXX/Right/g' | \ sed 's/toolbox_undo/XXXXX/g' | \ sed 's/toolbox_redo/toolbox_undo/g' | \ sed 's/XXXXX/toolbox_redo/g' | \ sed 's/toolbox_next/XXXXX/g' | \ sed 's/toolbox_prev/toolbox_next/g' | \ ...
Shell
#! /bin/sh # depcomp - compile a program generating dependencies as side-effects scriptversion=2007-03-29.01 # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007 Free Software # Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public ...
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 eval `grep '^HPDF_EXTRA_VERSION=' configure.in` case "$HPDF_EXTRA_VERSION" in *-dev) rebuildok=1 ;; *) rebuildok=0 ;; esac cvsclean=0 while test $# -gt 0; do if test "$1" = "--force"; then rebuildok=1 echo "Forcing buildconf" fi if test "$1" = "--clean"; then cvsclean=...
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 ./configure --system-name=GCC mv Makefile script/Makefile.gcc ./configure --system-name=GCC --shared mv Makefile script/Makefile.gcc_so ./configure --system-name=CYGWIN mv Makefile script/Makefile.cygwin ./configure --system-name=CYGWIN --shared mv Makefile script/Makefile.cygwin_dll ./configure --system-name...
Shell
#!/bin/sh # # make resource files for each platforms # _VERSION2=$(grep VERSION include/hpdf_consts.h | awk '{print $3}' | sed 's/"//g')".0" _VERSION1=$(grep VERSION include/hpdf_consts.h | awk '{print $3}' | sed 's/"//g;s/\./,/g')",0" _COMPILER="" which windres if [ $? -ne 0 ]; then echo "windres does not exist." ...
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 pushd /home/vbraun/Eclipse/workspace/Quill javah -jni -d jni -classpath bin/classes org.libharu.Document javah -jni -d jni -classpath bin/classes org.libharu.Page javah -jni -d jni -classpath bin/classes org.libharu.Font javah -jni -d jni -classpath bin/classes org.libharu.Image /home/vbraun/opt/android-n...
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/sh # # Detects OS we're compiling on and outputs a file specified by the first # argument, which in turn gets read while processing Makefile. # # The output will set the following variables: # CC C Compiler path # CXX C++ Compiler path # PLATFORM_LDFLAGS ...
Shell
#!/bin/bash getLangsForFiles () { echo "en" # default language for F in "$@" do find res/ -name "$F" done \ | sed -n ' s/.*res.[a-z]*-\(..\)-r\(..\).*/\1_\2/p; # yy-rXX => yy_XX s/.*res.[a-z]*-\(..\)\/.*/\1/p; # yy => yy ' } getLangsForDicts () { ls ../Dicts \ | sed 's/.*-//;...
Shell
#!/bin/bash Res=res/ Alt=donottranslate-altchars.xml Map=donottranslate-keymap.xml Out=assets/kbd/ mkdir -p "$Out" for Dir in res/values res/values-* do [ -f $Dir/$Map ] || continue # -o -f $Dir/$Alt ] || continue Args="$Res/values/$Alt" [ -f $Dir/$Alt ] && Args="$Args $Dir/$Alt" Args="$Args $Res/values/$Map...
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/sh -x PROJECT="gmail-delay-send" USER="blairkutz@gmail.com" ENV=dev FILE_NAME="output/${PROJECT}.${ENV}" echo "Combining and uploading files for $ENV" rm -f ${FILE_NAME} touch ${FILE_NAME} for FILE in ../src/* do cat $FILE >> ${FILE_NAME} done python utils/googlecode_upload.py -s "Uploading for $ENV" -p ...
Shell
#!/bin/sh VERSION=BETA_0.7.3 git tag -f ${VERSION} mkdir -f output FILE_NAME=output/${VERSION}.combined for FILE in ../src/downloaded/* do cat $FILE >> ${FILE_NAME} done
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
#! /usr/bin/sh g++ -lstdc++ -lpcre -licuuc main.cpp
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 # Free Software Foundation, Inc. timestamp='2009-06-10' # This file is free software; you can redistribute it and/or modify ...
Shell
#!/bin/sh if [ "$1" = "" ]; then echo CreatePem.sh file.pem exit 1 fi log () { echo [`date`] $* } log Creating Random File for key seed dd if=/dev/urandom of=blah-1234.txt bs=1024k count=10 >/dev/null 2>&1 openssl genrsa -rand blah-1234.txt -out ${1}.key openssl req -new -key ${1}.key -out ${1}.cs...
Shell
#!/bin/sh ERROR="[ !! ]" WARNING="[ ** ]" OK="[ ok ]" # Update $PATH so that we will also find the znc binary if we were compiled # with ./configure --prefix=/some/path prefix="@prefix@" exec_prefix="@exec_prefix@" bindir="@bindir@" PATH="$bindir:$PATH" # Check if we got everything we need SED=sed ...
Shell
#!/bin/sh prefix="@prefix@" exec_prefix="@exec_prefix@" datarootdir="@datarootdir@" bindir="@bindir@" datadir="@datadir@" CXX="@CXX@" CXXFLAGS="@CPPFLAGS@ @MODFLAGS@ -I@prefix@/include/znc" MODLINK="@MODLINK@" # LIBS="@LIBS@" # No libs needed, ZNC links against $LIBS and thus modules don't need to. LIBS=...
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 # Free Software Foundation, Inc. timestamp='2009-06-11' # This file is (in principle) common to ALL GNU software. # The p...
Shell
#!/bin/sh if [ "$1" = "" ]; then echo CreatePem.sh file.pem exit 1 fi log () { echo [`date`] $* } log Creating Random File for key seed dd if=/dev/urandom of=blah-1234.txt bs=1024k count=10 >/dev/null 2>&1 openssl genrsa -rand blah-1234.txt -out ${1}.key openssl req -new -key ${1}.key -out ${1}.cs...
Shell
#!/bin/sh prefix="@prefix@" exec_prefix="@exec_prefix@" datarootdir="@datarootdir@" bindir="@bindir@" datadir="@datadir@" CXX="@CXX@" CXXFLAGS="@CPPFLAGS@ @MODFLAGS@ -I@prefix@/include/znc" MODLINK="@MODLINK@" # LIBS="@LIBS@" # No libs needed, ZNC links against $LIBS and thus modules don't need to. LIBS=...
Shell
#!/bin/sh ERROR="[ !! ]" WARNING="[ ** ]" OK="[ ok ]" # Update $PATH so that we will also find the znc binary if we were compiled # with ./configure --prefix=/some/path prefix="@prefix@" exec_prefix="@exec_prefix@" bindir="@bindir@" PATH="$bindir:$PATH" # Check if we got everything we need SED=sed ...
Shell
#!/bin/sh echo 'This file should *not* needed, but autocrap wants it.' echo 'If you are seeing this message while installing, you really should get' echo 'a proper OS. Whatever currently runs on this box is severely broken.' exit 1
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 # Free Software Foundation, Inc. timestamp='2009-06-10' # This file is free software; you can redistribute it and/or modify ...
Shell
#!/bin/sh if [ "$1" = "" ]; then echo CreatePem.sh file.pem exit 1 fi log () { echo [`date`] $* } log Creating Random File for key seed dd if=/dev/urandom of=blah-1234.txt bs=1024k count=10 >/dev/null 2>&1 openssl genrsa -rand blah-1234.txt -out ${1}.key openssl req -new -key ${1}.key -out ${1}.cs...
Shell
#!/bin/sh ERROR="[ !! ]" WARNING="[ ** ]" OK="[ ok ]" # Update $PATH so that we will also find the znc binary if we were compiled # with ./configure --prefix=/some/path prefix="@prefix@" exec_prefix="@exec_prefix@" bindir="@bindir@" PATH="$bindir:$PATH" # Check if we got everything we need SED=sed ...
Shell
#!/bin/sh prefix="@prefix@" exec_prefix="@exec_prefix@" datarootdir="@datarootdir@" bindir="@bindir@" datadir="@datadir@" CXX="@CXX@" CXXFLAGS="@CPPFLAGS@ @MODFLAGS@ -I@prefix@/include/znc" MODLINK="@MODLINK@" # LIBS="@LIBS@" # No libs needed, ZNC links against $LIBS and thus modules don't need to. LIBS=...
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 # Free Software Foundation, Inc. timestamp='2009-06-11' # This file is (in principle) common to ALL GNU software. # The p...
Shell
#!/bin/sh echo 'This file should *not* needed, but autocrap wants it.' echo 'If you are seeing this message while installing, you really should get' echo 'a proper OS. Whatever currently runs on this box is severely broken.' exit 1
Shell
#!/bin/sh if [ "$1" = "" ]; then echo CreatePem.sh file.pem exit 1 fi log () { echo [`date`] $* } log Creating Random File for key seed dd if=/dev/urandom of=blah-1234.txt bs=1024k count=10 >/dev/null 2>&1 openssl genrsa -rand blah-1234.txt -out ${1}.key openssl req -new -key ${1}.key -out ${1}.cs...
Shell
#!/bin/sh prefix="@prefix@" exec_prefix="@exec_prefix@" datarootdir="@datarootdir@" bindir="@bindir@" datadir="@datadir@" CXX="@CXX@" CXXFLAGS="@CPPFLAGS@ @MODFLAGS@ -I@prefix@/include/znc" MODLINK="@MODLINK@" # LIBS="@LIBS@" # No libs needed, ZNC links against $LIBS and thus modules don't need to. LIBS=...
Shell
#!/bin/sh ERROR="[ !! ]" WARNING="[ ** ]" OK="[ ok ]" # Update $PATH so that we will also find the znc binary if we were compiled # with ./configure --prefix=/some/path prefix="@prefix@" exec_prefix="@exec_prefix@" bindir="@bindir@" PATH="$bindir:$PATH" # Check if we got everything we need SED=sed ...
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 # Free Software Foundation, Inc. timestamp='2009-06-10' # This file is free software; you can redistribute it and/or modify ...
Shell
#!/bin/sh if [ "$1" = "" ]; then echo CreatePem.sh file.pem exit 1 fi log () { echo [`date`] $* } log Creating Random File for key seed dd if=/dev/urandom of=blah-1234.txt bs=1024k count=10 >/dev/null 2>&1 openssl genrsa -rand blah-1234.txt -out ${1}.key openssl req -new -key ${1}.key -out ${1}.cs...
Shell