Browse Source

[init] Move #!/bin/bash

merge-requests/8/head^2
Vitaliy Zarubin 2 years ago
parent
commit
ea1584b8aa
  1. 4
      script/build_example.sh
  2. 4
      script/vscode_properties.sh

4
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

4
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

Loading…
Cancel
Save