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