From 1cb6432cb2383a09ea1ecd2b68cad67834a789e1 Mon Sep 17 00:00:00 2001 From: Vitaliy Zarubin Date: Wed, 7 Jun 2023 17:04:49 +0300 Subject: [PATCH] [init] Move #!/bin/bash --- script/build_example.sh | 4 ++-- script/vscode_properties.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/script/build_example.sh b/script/build_example.sh index f4b75c9..2135823 100755 --- a/script/build_example.sh +++ b/script/build_example.sh @@ -1,8 +1,8 @@ +#!/bin/bash + # Copyright (c) 2023. Open Mobile Platform LLC. # License: Proprietary. -#!/bin/bash - ## Build example, sign rpm, upload/install/run rpm to device ## Usage diff --git a/script/vscode_properties.sh b/script/vscode_properties.sh index 48bd401..e80ab79 100755 --- a/script/vscode_properties.sh +++ b/script/vscode_properties.sh @@ -1,8 +1,8 @@ +#!/bin/bash + # Copyright (c) 2023. Open Mobile Platform LLC. # License: Proprietary. -#!/bin/bash - ## Script create c_cpp_properties.json with dependencies for flutter aurora ## Usage