xtiankisutsa / MARA_Framework

MARA is a Mobile Application Reverse engineering and Analysis Framework. It is a toolkit that puts together commonly used mobile application reverse engineering and analysis tools to assist in testing mobile applications against the OWASP mobile security threats.
http://www.shadowinfosec.io
GNU Lesser General Public License v3.0
630 stars 175 forks source link

Change Bash Scripts Shebang #18

Closed 0xmachos closed 5 years ago

0xmachos commented 5 years ago

For #16.

In all bash scripts, replace the shebang

#!/bin/bash

with

#!/usr/bin/env bash

The latter is more portable and allows us to remove the sed commands from setup_mac.sh