optimierungen

This commit is contained in:
simono41 2019-01-07 20:23:02 +01:00
parent 12653d3bf1
commit f322570c90
52 changed files with 52 additions and 52 deletions

View file

@ -1,4 +1,4 @@
#!/system/xbin/bash #!/usr/bin/env bash
set -x set -x

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -ex set -ex

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -e set -e

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
: ${1?"Aufruf: $0 <ascii text Datei>"} : ${1?"Aufruf: $0 <ascii text Datei>"}
while read line; do while read line; do

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
read -p "Wie heißen die activation_bytes? : " code read -p "Wie heißen die activation_bytes? : " code

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
read -p "Wie heißen die activation_bytes? : " code read -p "Wie heißen die activation_bytes? : " code

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
code="$1" code="$1"
shift shift

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -ex set -ex

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -ex set -ex

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -ex set -ex

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -ex set -ex

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -ex set -ex

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -ex set -ex

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -ex set -ex

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -ex set -ex

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -ex set -ex

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
while (( "$#" )) while (( "$#" ))
do do

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
while (( "$#" )) while (( "$#" ))
do do

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
while (( "$#" )) while (( "$#" ))
do do

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -ex set -ex

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
while (( "$#" )) while (( "$#" ))
do do

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
while (( "$#" )) while (( "$#" ))
do do

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
while (( "$#" )) while (( "$#" ))
do do

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
while (( "$#" )) while (( "$#" ))
do do

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
while (( "$#" )) while (( "$#" ))
do do

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
while (( "$#" )) while (( "$#" ))
do do

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
while (( "$#" )) while (( "$#" ))
do do

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
while (( "$#" )) while (( "$#" ))
do do

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -ex set -ex

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
while (( "$#" )) while (( "$#" ))
do do

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
while (( "$#" )) while (( "$#" ))
do do

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
finds=$(find -name $1) finds=$(find -name $1)

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -x set -x

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# #
set -ex set -ex

View file

@ -1,4 +1,4 @@
#!/system/xbin/bash #!/usr/bin/env bash
BEFEHL=$1 BEFEHL=$1

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
stichwort="$1" stichwort="$1"

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
numscreens=3 numscreens=3
count=0 count=0
if [ -z $1 ] ; then if [ -z $1 ] ; then

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Secure OpenVPN server installer for Debian, Ubuntu, CentOS and Arch Linux # Secure OpenVPN server installer for Debian, Ubuntu, CentOS and Arch Linux
# https://github.com/Angristan/OpenVPN-install # https://github.com/Angristan/OpenVPN-install

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -ex set -ex

View file

@ -1,4 +1,4 @@
#! /bin/sh #!/usr/bin/env bash
# Name: replaceSpace # Name: replaceSpace
# Ersetzt Leerzeichen in Datei- bzw. Verzeichnisnamen durch '_' # Ersetzt Leerzeichen in Datei- bzw. Verzeichnisnamen durch '_'
space=' ' space=' '

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# #
read -p "SSH remote host (hostname or ip address): " host; read -p "SSH remote host (hostname or ip address): " host;
# #

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -xe set -xe

View file

@ -1,2 +1,2 @@
#!/bin/sh #!/usr/bin/env bash
for i in $(cat $1) ; do echo $i ; done | sort | uniq for i in $(cat $1) ; do echo $i ; done | sort | uniq

View file

@ -1,2 +1,2 @@
#!/bin/sh #!/usr/bin/env bash
/usr/local/bin/shellinaboxd --background --service=/:webssh:webssh:HOME:'/home/webssh/shellinabox_sshwrapper.sh' /usr/local/bin/shellinaboxd --background --service=/:webssh:webssh:HOME:'/home/webssh/shellinabox_sshwrapper.sh'

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -ex set -ex

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -ex set -ex

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# #
set -ex set -ex

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -x set -x

View file

@ -1,4 +1,4 @@
#!/system/xbin/bash #!/usr/bin/env bash
set -ex set -ex

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -ex set -ex

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -ex set -ex

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -ex set -ex