Make bash scripts more portable

This commit is contained in:
Jeremy O'Brien 2019-04-04 20:56:18 -04:00
parent 49c2010b63
commit 9996620802
13 changed files with 13 additions and 13 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#----------------------------------------
# Ghidra launch

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/usr/bin/env bash
#---------------------------------------------------------------------------------------
# Ghidra Server Script (see svrREADME.html for usage details)

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# ***********************************************************
# ** Arguments (each -argument option may be repeated):
# ** [-add <sid>] [-remove <sid>] [-reset <sid>] [-dn <sid> "<x500_distinguished_name>"]

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
OS=`uname -s`

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
OS=`uname -s`

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#----------------------------------------------------------------------
# Ghidra Headless Analyzer launch (see analyzeHeadlessREADME.html)

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#----------------------------------------
# Build a Ghidra jar

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#----------------------------------------
# Ghidra Filesystem Conversion launch

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#----------------------------------------
# Ghidra Debug Thread Dumper launch

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#----------------------------------------
# Ghidra debug launch

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
umask 027

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#----------------------------------------
# Ghidra Python launch

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#----------------------------------------
# Ghidra Sleigh language compiler launch