From 6b7ee96d991715ffa32c7af5b74456af5b7ccf30 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 9 Oct 2023 01:35:35 +0300 Subject: [PATCH] Add shebang --- tailprofiler.sh | 1 + tailserial.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/tailprofiler.sh b/tailprofiler.sh index 844fa3f1..c76ebe3e 100755 --- a/tailprofiler.sh +++ b/tailprofiler.sh @@ -1 +1,2 @@ +#!/bin/sh tail -f profiler.log diff --git a/tailserial.sh b/tailserial.sh index 0a71f2e4..55bb40cb 100755 --- a/tailserial.sh +++ b/tailserial.sh @@ -1 +1,2 @@ +#!/bin/sh tail -f serial.log