From 7f03de9f71707145751266405c613b054b44f98b Mon Sep 17 00:00:00 2001 From: Vrganj Date: Sun, 17 Jan 2021 15:53:46 +0000 Subject: [PATCH] Add shebang to awk --- lxc/executors/awk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lxc/executors/awk b/lxc/executors/awk index 67cdee8..dafa525 100755 --- a/lxc/executors/awk +++ b/lxc/executors/awk @@ -1,3 +1,5 @@ +#!/bin/bash + cd /tmp/$2 timeout -s KILL 2 sed "/___code___/Q" code.code > code.stdin timeout -s KILL 2 sed "1,/___code___/d" code.code > code.awk