code
stringlengths
1
1.96M
language
stringclasses
1 value
#! /bin/sh for (( i = 2 ; i < 10 ; i++ )) ; do j=$((i*10)) ../../run_br.sh ./run_st16.sh $j 1000000000 > wsm-br-$j-cjmp16.txt 2>&1 grep CPU4 wsm-br-$j-cjmp16.txt > wsm-br-$j-cjmp16_CPU4.txt done for (( i = 1 ; i < 30 ; i++ )) ; do j=$((i*100)) ../../run_br.sh ./run_st16.sh $j 100000000 > wsm-br-$j-cjmp16.txt 2>&...
Shell
#! /bin/sh taskset 0x10 ./cjmp16_nt_$1 $2
Shell
#! /bin/sh gcc -O0 linear_gen_full2.c -o generator_full2 for (( i = 1 ; i <31 ; i++ )) ; do j=$((i*100)) ./generator_full2 $j 1 gcc -O0 FOO_main.c -o linear_full2_$j rm -rf FOO* done ./generator_full2 4000 1 gcc -O0 FOO_main.c -o linear_full2_4000 rm FOO* ./generator_full2 40000 1 gcc -O...
Shell
#! /bin/sh gcc -O0 linear_gen_full.c -o generator_full for (( i = 1 ; i <31 ; i++ )) ; do j=$((i*100)) ./generator_full $j 1 gcc -O0 FOO_main.c -o linear_full_$j rm -rf FOO* done ./generator_full 4000 1 gcc -O0 FOO_main.c -o linear_full_4000 rm FOO* ./generator_full 40000 1 gcc -O0 FOO_m...
Shell
#! /bin/sh gcc -static power_drive.c -o power_drive -lpthread gcc -static power_drive2.c -o power_drive2 -lpthread
Shell
#! /bin/sh taskset 0x10 ./rjmp64_$1 $2
Shell
#! /bin/sh taskset 0x10 ./rjmp16_$1 $2
Shell
#! /bin/sh gcc -O0 uncond_rdm_jmp64.c -o generator64 gcc -O0 uncond_rdm_jmp16.c -o generator16 for (( i = 2 ; i < 10 ; i++ )) ; do j=$((i*10)) ./generator64 $j gcc -O0 FOO_main.c -o rjmp64_$j rm -rf FOO* ./generator16 $j gcc -O0 FOO_main.c -o rjmp16_$j rm -rf FOO* done for (( i = 1 ; i < 30 ; i++ )) ; do ...
Shell
#! /bin/sh for (( i = 2 ; i < 10 ; i++ )) ; do j=$((i*10)) ../../run_br.sh ./run_st16.sh $j 1000000000 > wsm-br-$j-rjmp16.txt 2>&1 grep CPU4 wsm-br-$j-rjmp16.txt > wsm-br-$j-rjmp16_CPU4.txt done for (( i = 1 ; i < 30 ; i++ )) ; do j=$((i*100)) ../../run_br.sh ./run_st.sh $j 100000000 > wsm-br-$j-rjmp16.txt 2>&1...
Shell
#! /bin/sh gcc -O0 uncond_jmp.c -o generator gcc -O0 uncond_jmp16.c -o generator16 gcc -O0 uncond_jmpq.c -o generatorq for (( i = 2 ; i < 10 ; i++ )) ; do j=$((i*10)) ./generator $j gcc -O0 FOO_main.c -o jmp_$j rm -rf FOO* ./generator16 $j gcc -O0 FOO_main.c -o jmp16_$j rm -rf FOO* ./generatorq $j...
Shell
#! /bin/sh which icc icc -O0 -g -c triad_inl.c icc -g -O2 driver.c triad_inl.o -o triad_inl icc -O3 -fno-alias -g -c triad.c icc -g -O2 driver.c triad.o -o triad icc -O3 -fno-alias -g -xSSE4.2 -c triad_vec.c icc -g -O2 driver.c triad_vec.o -o triad_vec icc -O3 -fno-alias -g -xAVX -c triad_vec.c icc -g -O2 driver.c tri...
Shell
#! /bin/sh if [ -d "$1" ] then echo "old directory 1 is " $1 else echo $1 "does not exist" exit 1 fi if [ -d "$2" ] then echo "new directory 2 is " $2 else echo $2 "does not exist" exit 2 fi scale=1.0 if [ $# == 3 ] then scale=$3 fi new_dir=$2-$1 echo "new directory (new - old) is" $new_dir mkdir $new_dir mkd...
Shell
#!/bin/sh # TODO: FIXME: Get rid of this and hook it into Dojo's general build script # You must have mtasc to run this mtasc -trace DojoExternalInterface.trace -main -cp ../flash -swf Storage.swf -version 8 -header 215:138:10 Storage.as
Shell
#!/bin/bash SRCDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/../" RELDIR="$SRCDIR/tools/visualizer" COMPRESS="java -jar $SRCDIR/tools/yuicompressor-2.4.6.jar" mkdir -p $RELDIR/{css,js} mkdir -p $SRCDIR/builds cat $SRCDIR/js/modernizr.js $SRCDIR/js/jquery/{jquery,jquery.event.drag,jquery.mousewheel,jquery.s...
Shell
pushd in cp 17x17_y.bmp 17x17.bmp popd pushd src cp flags_poiseuille_gravity_y.h flags.h popd make ./lb2d_prime ./in/params_poiseuille_gravity_y.in
Shell
pushd src cp flags_poiseuille_pressure_y.h flags.h popd make ./lb2d_prime ./in/params_poiseuille_pressure_y.in
Shell
pushd in cp 17x17_x.bmp 17x17.bmp popd pushd src cp flags_poiseuille_gravity_x.h flags.h popd make ./lb2d_prime ./in/params_poiseuille_gravity_x.in
Shell
pushd src cp flags_taylor_pressure.h flags.h popd make ./lb2d_prime ./in/params_taylor_pressure.in
Shell
pushd src cp flags_taylor_pressure_x_infile.h flags.h popd make ./lb2d_prime ./in/params_taylor_pressure_x_infile.in
Shell
pushd src cp flags_taylor_pressure_y_infile.h flags.h popd make ./lb2d_prime ./in/params_taylor_pressure_y_infile.in
Shell
#! /bin/sh # mkinstalldirs --- make directory hierarchy # Author: Noah Friedman <friedman@prep.ai.mit.edu> # Created: 1993-05-16 # Public domain errstatus=0 for file do set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'` shift pathcomp= for d do pathcomp="$pathcomp$d" ...
Shell
#! /bin/sh # # link.sh -- try linking Vim with different sets of libraries, finding the # minimal set for fastest startup. The problem is that configure adds a few # libraries when they exist, but this doesn't mean they are needed for Vim. # # Author: Bram Moolenaar # Last change: 2010 Nov 03 # License: Publi...
Shell
#! /bin/sh # Start Vim on a copy of the tutor file. # Usage: vimtutor [-g] [xx] # Where optional argument -g starts vimtutor in gvim (GUI) instead of vim. # and xx is a language code like "es" or "nl". # When an argument is given, it tries loading that tutor. # When this fails or no argument was given, it tries using...
Shell
#! /bin/sh # installman.sh --- install or uninstall manpages for Vim # # arguments: # 1 what: "install", "uninstall" or "xxd" # 2 target directory e.g., "/usr/local/man/it/man1" # 3 language addition e.g., "" or "-it" # 4 vim location as used in manual pages e.g., "/usr/local/share/vim" # 5 runtime dir ...
Shell
#!/bin/sh # Start GUI Vim on a copy of the tutor file. # Usage: gvimtutor [xx] # See vimtutor for usage. exec `dirname $0`/vimtutor -g "$@"
Shell
#! /bin/sh # installml.sh --- install or uninstall manpage links for Vim # # arguments: # 1 what: "install" or "uninstall" # 2 also do GUI pages: "yes" or "" # 3 target directory e.g., "/usr/local/man/it/man1" # 4 vim exe name e.g., "vim" # 5 vimdiff exe name e.g., "vimdiff" # 6 evim exe name ...
Shell
#!/bin/sh # toolcheck -- check for tools that have severe bugs. Good that all the buggy # tools identify by version numbers. This is the spirit of GNU :-) # # 24.7.95 jw. retval=0 reply="`sh -version -c exit 2>&1 < /dev/null`" case "$reply" in GNU*1.14.3*) echo "- sh is '$reply'"; echo " CAUTION: This she...
Shell
#! /bin/sh # # pathdef.sh: adjust pathdef.c for auto/link.sed, if it exists # if test -s auto/link.sed; then cp auto/pathdef.c auto/pathdef.tmp sed -f auto/link.sed <auto/pathdef.tmp >auto/pathdef.c rm -f auto/pathdef.tmp fi # vim:set sw=2 et:
Shell
#! /bin/sh # # osdef.sh -- copy osdef.h.in to osdef.h while removing declarations # found in the system header files. Caution: weird sed magic going on here. # Warnings are printed if sed did not survive. # # (C) Michael Schroeder, Juergen Weigert # # osdef.h.in has been split into osdef1.h.in and osdef2.h.in, because ...
Shell
#! /bin/sh # # which.sh -- find where an executable is located. It's here because the # "which" command is not supported everywhere. Used by Makefile. IFS=":" for ac_dir in $PATH; do if test -f "$ac_dir/$1"; then echo "$ac_dir/$1" break fi done
Shell
#!/bin/sh # # ref - Check spelling of the arguments # # Usage: ref word .. # # can be used for the K command of Vim # spell <<EOF $* EOF
Shell
#!/bin/sh # enable DEC locator input model on remote terminal printf "\033[1;2'z\033[1;3'{\c" vim "$@" # disable DEC locator input model on remote terminal printf "\033[2;4'{\033[0'z\c"
Shell
#!/bin/sh # Shell script to start Vim with less.vim. # Read stdin if no arguments were given and stdin was redirected. if test -t 1; then if test $# = 0; then if test -t 0; then echo "Missing filename" 1>&2 exit fi vim --cmd 'let no_plugin_maps = 1' -c 'runtime! macros/less.vim' - else ...
Shell
#! /bin/sh prefix=stock_ list= for file in "$@" do name=`echo "$file" | sed 's|-|_|g; s|^.*/||; s|\..*$||'` list="$list $prefix$name $file" done gdk-pixbuf-csource --raw --static --build-list $list
Shell
#!/usr/bin/env bash # Copyright 2013 Google Inc. All Rights Reserved. # # 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 ...
Shell
#!/usr/bin/env bash # Copyright 2013 Google Inc. All Rights Reserved. # # 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 ...
Shell
#!/usr/bin/env bash # Copyright 2013 Google Inc. All Rights Reserved. # # 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 ...
Shell
#!/usr/bin/env bash # Copyright 2013 Google Inc. All Rights Reserved. # # 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 ...
Shell
# Copyright 2013 Google Inc. All Rights Reserved. # # 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 ...
Shell
#!/usr/bin/env bash # Copyright 2013 Google Inc. All Rights Reserved. # # 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 ...
Shell
#!/usr/bin/env bash # Copyright 2013 Google Inc. All Rights Reserved. # # 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 ...
Shell
#!/usr/bin/env bash # Copyright 2013 Google Inc. All Rights Reserved. # # 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 ...
Shell
# Copyright 2013 Google Inc. All Rights Reserved. # # 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 ...
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: # PLATFORM_LDFLAGS Linker flags # PLATFORM_SHARED_EXT Extension for shared libraries # PLATFORM_SHARED_LDFLAGS ...
Shell
#!/bin/sh # Copyright 2014 Google Inc. All rights reserved. # # 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 applica...
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
ant clean; ant release; adb install -r bin/MetaTracker-release.apk
Shell
#!/bin/bash -eua ABS_PATH=$(cd ${0%/*} && echo $PWD/${0##*/}) ROOT=$(dirname "$ABS_PATH") DOWNLOAD_DIR=$ROOT/download TARGET_DIR=$ROOT/software JAVA_HOME="/Library/Java/Home" CLEANUP="ALL" #ALL|SOFTWARE|NONE #hadoop config HADOOP_VERSION="hadoop-0.20.203.0" HADOOP_URL="http://ftp.wayne.edu/apache//hadoop/common/${HADO...
Shell
#!/bin/sh if [ ! -e Versioning/set_version ]; then gcc -o Versioning/set_version -w -framework Foundation Versioning/set_version.m fi REV="`/usr/local/subversion/bin/svn info | grep Revision | cut -f 2 -d ':' | cut -f 2 -d ' '`" Versioning/set_version Info.plist Info.plist CFBundleVersion $REV
Shell
#!/bin/bash # run "./runTests.sh" for verbose output # for short output, run # ./runTests.sh | grep FAILED # ./runTests.sh | grep PASSED #master branch SERVER_CLASS="org.ws4d.coap.test.PlugtestServer" CLIENT_CLASS="org.ws4d.coap.test.PlugtestClient" CLASSPATH="bin/:../ws4d-jcoap/bin" LOG_DIR="log" REF_LOG_DIR="logref" ...
Shell
# This file will start the Osm Extraction UI with custom memory settings for # the JVM. With the below settings the heap size (Available memory for the application) # will range from 64 megabyte up to 512 megabyte. java -Djava.util.logging.config.file=logging.properties -Xms64M -Xmx512M -cp "./OsmAndMapCreator.jar...
Shell
#!/bin/sh # This file will start the Osm Extraction UI with custom memory settings for # the JVM. With the below settings the heap size (Available memory for the application) # will range from 64 megabyte up to 512 megabyte. java -Djava.util.logging.config.file=logging.properties -Xms64M -Xmx512M -cp "./OsmAndM...
Shell
#!/bin/sh # This file will start the Osm Extraction UI with custom memory settings for # the JVM. With the below settings the heap size (Available memory for the application) # will range from 64 megabyte up to 512 megabyte. java -Djava.util.logging.config.file=logging.properties -Xms64M -Xmx512M -cp "./OsmAndMapCrea...
Shell
#!/bin/sh DIRECTORY=$(cd `dirname $0` && pwd) ## VARIABLES ### LOG_DIR="$DIRECTORY"/logs DATE=$(date +%d-%m-%y) LOG_FILE="$LOG_DIR/${DATE}.log" mkdir $LOG_DIR # check build already run today if [ -e "$LOG_FILE" ]; then echo "Build already ran today" exit fi touch $LOG_FILE # 1. Update git directory "${DIRE...
Shell
#!/bin/sh DIRECTORY=$(cd `dirname $0` && pwd) FTP_SITE=download.osmand.net FTP_FOLDER=night-builds # FTP_USER in local.properties # FTP_PWD= in local.properties BUILD_DIR="$DIRECTORY"/builds . "$DIRECTORY"/local.properties # 3. upload to ftp server lftp -c "set net:timeout 45;open -u $FTP_USER,$FTP_PWD $FTP_SITE;ls $...
Shell
#!/bin/sh DIRECTORY=$(cd `dirname $0` && pwd) GIT_DIR="$DIRECTORY"/osmand-git GIT_URL=git://github.com/osmandapp/Osmand.git GIT_ORIGIN_NAME=origin HG_DIR="$DIRECTORY"/osmand-hg HG_URL=https://osmand.googlecode.com/hg BUILD_DIR="$DIRECTORY"/builds if [ ! -d "$HG_DIR" ]; then hg clone ${GIT_URL} "${HG_DIR}" fi cd "...
Shell
#!/bin/sh DIRECTORY=$(cd `dirname $0` && pwd) GIT_DIR="$DIRECTORY"/osmand-git GIT_ORIGIN_NAME=origin BUILD_DIR="$DIRECTORY"/builds VERSION_FILE=./DataExtractionOSM/src/net/osmand/Version.java DATE=$(date +%d-%m-%y) # clean all files in build directory rm -r "$BUILD_DIR" mkdir "$BUILD_DIR" cd "${GIT_DIR}" git branc...
Shell
#!/bin/sh DIRECTORY=$(cd `dirname $0` && pwd) GIT_DIR="$DIRECTORY"/osmand-git GIT_URL=git://github.com/osmandapp/Osmand.git GIT_ORIGIN_NAME=origin # initialize git if it is not present (clone it) if [ ! -d "$GIT_DIR" ]; then git clone ${GIT_URL} "${GIT_DIR}" fi # update git cd "${GIT_DIR}" git checkout master git...
Shell
#!/bin/bash # # Copyright 2010 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed ...
Shell
#!/bin/bash # # Copyright 2010 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed ...
Shell
#!/bin/sh echo "Content-Type: text/plain" echo echo "This is shell script CGI."
Shell
#!/bin/sh echo "echoing bad headers: server must report status 500" exec 1>&2 echo shit!!!
Shell
#!/bin/sh echo "Content-Type: text/plain" echo echo $QUERY_STRING
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
#!/bin/bash -eua ABS_PATH=$(cd ${0%/*} && echo $PWD/${0##*/}) ROOT=$(dirname "$ABS_PATH") DOWNLOAD_DIR=$ROOT/download TARGET_DIR=$ROOT/software JAVA_HOME="/Library/Java/Home" CLEANUP="ALL" #ALL|SOFTWARE|NONE #hadoop config HADOOP_VERSION="hadoop-0.20.203.0" HADOOP_URL="http://ftp.wayne.edu/apache//hadoop/common/${HADO...
Shell
#!/usr/bin/env bash # Copyright (c) 2003-2012, 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-2012, 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-2012, 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-2012, 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 ...
Shell
#!/system/bin/sh DIR=/data/data/org.sshtunnel PATH=$DIR:$PATH case $1 in start) echo " base { log_debug = off; log_info = off; log = stderr; daemon = on; redirector = iptables; } " >$DIR/redsocks.conf echo " redsocks { local_ip = 127.0.0.1; local_port = 8123; ip = 127.0.0.1; port = $2; type = socks5;...
Shell
#!/system/bin/sh DIR=/data/data/org.sshtunnel PATH=$DIR:$PATH case $1 in start) echo " base { log_debug = off; log_info = off; log = stderr; daemon = on; redirector = iptables; } " >$DIR/redsocks.conf echo " redsocks { local_ip = 127.0.0.1; local_port = 8123; ip = 127.0.0.1; port = $2; type = http-re...
Shell
#!/bin/bash cd "`dirname $0`/exe" pwd rm *.o z1=/opt2/gtkmm-win32/lib/*.a z1="$z1 /opt2/dlfcn-win32-static-r19/lib/libdl.a" z2=`PKG_CONFIG_PATH=/opt2/gtkmm-win32/lib/pkgconfig pkg-config gtkmm-2.4 --cflags` z2="$z2 -I /opt2/dlfcn-win32-static-r19/include -I../../new_gg -Dver_exe_" z5="i586-mingw32msvc-g++ $z2 -O3 -Wa...
Shell
#!/bin/bash cd "`dirname $0`/exe" pwd rm *.o z1=/opt2/gtkmm-win32/lib/*.a z1="$z1 /opt2/dlfcn-win32-static-r19/lib/libdl.a" z2=`PKG_CONFIG_PATH=/opt2/gtkmm-win32/lib/pkgconfig pkg-config gtkmm-2.4 --cflags` z2="$z2 -I /opt2/dlfcn-win32-static-r19/include -I../../new_gg -Dver_exe_" z5="i586-mingw32msvc-g++ $z2 -O3 -Wa...
Shell
#!/bin/sh cd `dirname $0` s=$PWD t=/tmp/deb-zhscript z=usr/lib/zhscript nano root/DEBIAN/control echo "可能需要输入 rm -rf $t 时所须密码" sudo rm -rf $t cp -r -p root $t cd $t mkdir -p usr/bin ln -sf /$z/l usr/bin/zhscript mkdir -p usr/local/lib ln -sf /$z usr/local/lib/zhscript mkdir -p $z mkdir -p $z/lib3 cd $z/lib3 cp /opt2/...
Shell
#!/bin/sh cd `dirname $0` s=$PWD t=/tmp/deb-zhscript z=usr/lib/zhscript nano root/DEBIAN/control echo "可能需要输入 rm -rf $t 时所须密码" sudo rm -rf $t cp -r -p root $t cd $t mkdir -p usr/bin ln -sf /$z/l usr/bin/zhscript mkdir -p usr/local/lib ln -sf /$z usr/local/lib/zhscript mkdir -p $z mkdir -p $z/lib3 cd $z/lib3 cp /opt2/...
Shell
#!/bin/sh ln -s ../mk.zs . ln -s ../setting.zs . ln -s ../ver.zs .
Shell
#!/bin/sh ln -s ../mk.zs . ln -s ../setting.zs . ln -s ../ver.zs .
Shell
#!/bin/sh ln -s ../mk.zs . ln -s ../setting.zs . ln -s ../ver.zs .
Shell
#!/bin/sh ln -s ../mk.zs . ln -s ../setting.zs . ln -s ../ver.zs .
Shell
#!/bin/sh ln -s ../mk.zs . ln -s ../setting.zs . ln -s ../ver.zs .
Shell
#!/bin/sh ln -s ../mk.zs . ln -s ../setting.zs . ln -s ../ver.zs .
Shell
#!/bin/sh ln -s ../mk.zs . ln -s ../setting.zs . ln -s ../ver.zs .
Shell
#!/bin/sh ln -s ../mk.zs . ln -s ../setting.zs . ln -s ../ver.zs .
Shell
#!/bin/sh cd `dirname $0` s=$PWD t=/tmp/deb-zhscript z=usr/lib/zhscript nano root/DEBIAN/control echo "可能需要输入 rm -rf $t 时所须密码" sudo rm -rf $t cp -r -p root $t cd $t mkdir -p usr/bin ln -sf /$z/l usr/bin/zhscript mkdir -p usr/local/lib ln -sf /$z usr/local/lib/zhscript mkdir -p $z mkdir -p $z/lib3 cd $z/lib3 w=/opt2/sr...
Shell
#!/bin/sh cd `dirname $0` s=$PWD t=/tmp/deb-zhscript z=usr/lib/zhscript nano root/DEBIAN/control echo "可能需要输入 rm -rf $t 时所须密码" sudo rm -rf $t cp -r -p root $t cd $t mkdir -p usr/bin ln -sf /$z/l usr/bin/zhscript mkdir -p usr/local/lib ln -sf /$z usr/local/lib/zhscript mkdir -p $z mkdir -p $z/lib3 cd $z/lib3 w=/opt2/sr...
Shell
#!/bin/sh cd `dirname $0` s=$PWD t=/tmp/deb-zhscript z=usr/lib/zhscript nano root/DEBIAN/control echo "可能需要输入 rm -rf $t 时所须密码" sudo rm -rf $t cp -r -p root $t cd $t mkdir -p usr/bin ln -sf /$z/l usr/bin/zhscript mkdir -p usr/local/lib ln -sf /$z usr/local/lib/zhscript mkdir -p $z mkdir -p $z/lib3 cp /opt2/src/WebKit-r...
Shell
#!/bin/sh cd `dirname $0` s=$PWD t=/tmp/deb-zhscript z=usr/lib/zhscript nano root/DEBIAN/control echo "可能需要输入 rm -rf $t 时所须密码" sudo rm -rf $t cp -r -p root $t cd $t mkdir -p usr/bin ln -sf /$z/l usr/bin/zhscript mkdir -p usr/local/lib ln -sf /$z usr/local/lib/zhscript mkdir -p $z mkdir -p $z/lib3 cp /opt2/src/WebKit-r...
Shell
#!/bin/sh z=`dirname $0` java -cp /zzzzzzzzzzz/classes:/zzzzzzzzzzz/lib/zzzzzzzzzzz.jar:/zzzzzzzzzzz/lib/symlnk.jar zzzzzzzzzzz.dircpy_._ $z/../../new_l4/l432_so $z :- :+ :autocomp :忽略目录
Shell
#!/bin/sh z=`dirname $0` java -cp /zzzzzzzzzzz/classes:/zzzzzzzzzzz/lib/zzzzzzzzzzz.jar:/zzzzzzzzzzz/lib/symlnk.jar zzzzzzzzzzz.dircpy_._ $z/../../new_l4/l432_so $z :- :+ :autocomp :忽略目录
Shell
#!/bin/bash z="`dirname $0`" "$z/ui" "$z/ui.glade" $@
Shell
#!/bin/bash cd "`dirname $0`" z=./ui if [ -f $z ] then $z exit fi z=../../new_o/gtkmmsh if [ -f $z ] then $z "$PWD/ui.glade" exit fi z=/usr/local/lib/zhscript/gtkmmsh if [ -f $z ] then $z "$PWD/ui.glade" exit fi
Shell
#!/bin/bash cd "`dirname $0`" z=./ui if [ -f $z ] then $z exit fi z=../../new_o/gtkmmsh if [ -f $z ] then $z "$PWD/ui.glade" exit fi z=/usr/local/lib/zhscript/gtkmmsh if [ -f $z ] then $z "$PWD/ui.glade" exit fi
Shell
#!/bin/bash z="`dirname $0`" "$z/ui" "$z/ui.glade" $@
Shell
#!/bin/sh `dirname $0`/ui&
Shell
#!/bin/bash #clear_console reset cd `dirname $0` ../../new_o/gtkmmsh `pwd`/ui.glade --e-x-d--
Shell
#!/bin/sh `dirname $0`/ui&
Shell
#!/bin/bash #clear_console reset cd `dirname $0` ../../new_o/gtkmmsh `pwd`/ui.glade --e-x-d--
Shell
#!/bin/sh xdg-open ~/.config/weibo_zs/
Shell
#!/bin/bash cd "`dirname $0`" z1="$PWD/ui.glade" for z in ./ui "../../new_o/gtkmmsh --log-no-c" /usr/lib/zhscript/gtkmmsh do if [ -f ${z%% *} ] then $z "$z1" $@ break fi done
Shell