uniform shebang

master
Ken Barbour 2022-07-06 19:57:31 -04:00
parent 022f8cce62
commit 780429be3d
8 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env sh #!/usr/bin/env bash
## Producess NOAA Satellite images from WAV ## Producess NOAA Satellite images from WAV
## ##
## Usage: __PROG__ [options] wavfile ## Usage: __PROG__ [options] wavfile

View File

@ -1,4 +1,4 @@
#!/usr/bin/env sh #!/usr/bin/env bash
## Predict future passes ## Predict future passes
## ##
## Usage: __PROG__ [options] ## Usage: __PROG__ [options]

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
## Receives a pass of a NOAA Satellite ## Receives a pass of a NOAA Satellite
## ##
## usage: __PROG__ [options] ## usage: __PROG__ [options]

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
## Handles the reception, decoding, and website generation of a single pass ## Handles the reception, decoding, and website generation of a single pass
## ##
## usage: __PROG__ [options] ## usage: __PROG__ [options]

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
## Schedules upcoming passes ## Schedules upcoming passes
## ##
## usage: __PROG__ [options] ## usage: __PROG__ [options]

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
## Install dependencies ## Install dependencies
## ##
## usage: __PROG__ [options] ## usage: __PROG__ [options]

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
## Fetch satellite TLE data ## Fetch satellite TLE data
## usage: __PROG__ [<outfile>=satellites.tle] ## usage: __PROG__ [<outfile>=satellites.tle]

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
## ##
## __PROG__ <command> [-h|--help] ... ## __PROG__ <command> [-h|--help] ...
prog="$0" prog="$0"