Change (where needed) shebang to /usr/bin/env xxx for better portability

pull/2281/head
Kevin Allix 2017-06-24 13:37:42 +02:00
parent 98d45d2d9f
commit 2b6ee46e9a
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
'''
Example file on how to get the exported IDS data from MISP

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Check if run as root
if [ "$EUID" -eq 0 ]; then

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
set -e
set -x

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
'''
Example file on how to get the exported IDS data from MISP