diff options
author | Matthew Lemon <y@yulqen.org> | 2023-05-11 20:18:45 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-05-11 20:19:02 +0100 |
commit | aeb71696e07fec881c7e047c3c3b37e544c8bd1f (patch) | |
tree | 1a88ea105528c2ce9fbe1d40671bd749cd7677fc /flight_status.ksh | |
parent | 825e445c32f312ae867050d6a2296d9a8cdd1dcc (diff) |
Fixes hashbang
Diffstat (limited to 'flight_status.ksh')
-rwxr-xr-x | flight_status.ksh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flight_status.ksh b/flight_status.ksh index d6eecc0..aa697ff 100755 --- a/flight_status.ksh +++ b/flight_status.ksh @@ -1,4 +1,4 @@ -#!/bin/ksh +#!/usr/bin/bash flight_status() { curl --silent --stderr - "https://mobile.flightview.com/TrackByRoute.aspx?view=detail&al=$1&fn=$2&dpdat=$(date +%Y%m%d)" | |