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

View file

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

View file

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

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
: ${1?"Aufruf: $0 <ascii text Datei>"}
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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
numscreens=3
count=0
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
# https://github.com/Angristan/OpenVPN-install

View file

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

View file

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

View file

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

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
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

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'

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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