Changes shebang to /usr/bin/env bash for better compatibility (#84)

This commit is contained in:
Máté Hajzsó 2017-07-21 06:16:52 +02:00 committed by Alex Epstein
parent c84ecbfb52
commit bcdfd26421
17 changed files with 17 additions and 17 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.13.2"

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.13.2"

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.13.2"

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein
base=""

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.13.2"

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Bash utility for getting specific network info

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.13.2"
declare -a tools=(currency stocks weather crypt movies taste short geo cheat ytview cloudup qrify siteciphers todo)

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.13.2"

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Author: Linyos Torovoltos github.com/linyostorovovoltos
currentVersion="1.13.2"

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.13.2"

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
DELAY=1
configuredClient=""
currentVersion="1.13.2"

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.13.2"

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.13.2"

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein
flag=""
currentVersion="1.13.2"

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein
declare -a tools=(currency stocks weather crypt movies taste short geo cheat ytview cloudup qrify siteciphers todo)
all="1"

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.13.2" #This version variable should not have a v but should contain all other characters ex Github release tag is v1.2.4 currentVersion is 1.2.4

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Author: Linyos Torovoltos https://github.com/linyostorovovoltos
# Modifications: Alexander Epstein https://github.com/alexanderepstein