diff --git a/decode.sh b/decode.sh index b2d13a9..e302b21 100755 --- a/decode.sh +++ b/decode.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/usr/bin/env bash ## Producess NOAA Satellite images from WAV ## ## Usage: __PROG__ [options] wavfile diff --git a/predict_passes.sh b/predict_passes.sh index e36e6b0..9f1c344 100755 --- a/predict_passes.sh +++ b/predict_passes.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/usr/bin/env bash ## Predict future passes ## ## Usage: __PROG__ [options] diff --git a/record.sh b/record.sh index 9ad4486..953c258 100755 --- a/record.sh +++ b/record.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash ## Receives a pass of a NOAA Satellite ## ## usage: __PROG__ [options] diff --git a/run_station.sh b/run_station.sh index e64f700..31cb14f 100755 --- a/run_station.sh +++ b/run_station.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash ## Handles the reception, decoding, and website generation of a single pass ## ## usage: __PROG__ [options] diff --git a/schedule.sh b/schedule.sh index 4277827..54bcbe8 100755 --- a/schedule.sh +++ b/schedule.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash ## Schedules upcoming passes ## ## usage: __PROG__ [options] diff --git a/setup.sh b/setup.sh index 09ced4c..3accf62 100755 --- a/setup.sh +++ b/setup.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash ## Install dependencies ## ## usage: __PROG__ [options] diff --git a/update_satellites.sh b/update_satellites.sh index a18b693..26f3aa5 100755 --- a/update_satellites.sh +++ b/update_satellites.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash ## Fetch satellite TLE data ## usage: __PROG__ [=satellites.tle] diff --git a/wxrx.sh b/wxrx.sh index 3ab5e40..a48dd31 100755 --- a/wxrx.sh +++ b/wxrx.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash ## ## __PROG__ [-h|--help] ... prog="$0"