Added script headers

This commit is contained in:
muts
2013-12-02 23:45:09 -04:00
parent 613514fc9e
commit cbaefeb9ab
4 changed files with 8 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
# This is the HardKernel Odroid U2 Kali ARM build script - http://www.kali.org/downloads
# This is the HardKernel Odroid U2 Kali ARM build script - http://hardkernel.com/main/main.php
# A trusted Kali Linux image created by Offensive Security - http://www.offensive-security.com
if [[ $# -eq 0 ]] ; then

View File

@@ -1,6 +1,6 @@
#!/bin/bash
# This is the HardKernel Odroid XU Kali ARM build script - http://www.kali.org/downloads
# This is the HardKernel Odroid XU Kali ARM build script - http://hardkernel.com/main/main.php
# A trusted Kali Linux image created by Offensive Security - http://www.offensive-security.com

3
rpi.sh
View File

@@ -1,5 +1,8 @@
#!/bin/bash
# This is the Raspberry Pi Kali ARM build script - http://www.kali.org/downloads
# A trusted Kali Linux image created by Offensive Security - http://www.offensive-security.com
if [[ $# -eq 0 ]] ; then
echo "Please pass version number, e.g. $0 1.0.1"
exit 0

View File

@@ -1,5 +1,8 @@
#!/bin/bash
# This is the Utilite Kali ARM build script - http://utilite-computer.com/web/home
# A trusted Kali Linux image created by Offensive Security - http://www.offensive-security.com
if [[ $# -eq 0 ]] ; then
echo "Please pass version number, e.g. $0 1.0.1"
exit 0