From 19e6ecb5ab221ddbf7c96213a99e057f66b3706d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB=20=D0=9A=D0=B0=D0=BF?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=BA=D0=BE?= Date: Wed, 10 Jun 2026 22:09:13 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=83=D1=81=D1=82=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- component/hw.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 component/hw.sh diff --git a/component/hw.sh b/component/hw.sh new file mode 100755 index 0000000..414b9c5 --- /dev/null +++ b/component/hw.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +echo "This is a line from component"