From 2f313f568e14d9f9ad80f3e7e5aced98dcbfabfd Mon Sep 17 00:00:00 2001 From: romeo-golf Date: Sun, 8 Jan 2017 18:38:45 +0000 Subject: [PATCH] Placeholder for ACARS install script - Issue #288 --- bash/betas/acars.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bash/betas/acars.sh diff --git a/bash/betas/acars.sh b/bash/betas/acars.sh new file mode 100755 index 0000000..86220c2 --- /dev/null +++ b/bash/betas/acars.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +# Placeholder for acarsdec from https://github.com/TLeconte/acarsdec.git - Issue #288