config_tools: make acrn_configurator.py an executable script

Add the shebang header (for Python) and make the acrn_configurator.py
executable so it can more easily be run as in './acrn_configurator.py'

Tracked-On: #7057
Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
This commit is contained in:
Geoffroy Van Cutsem 2022-01-25 16:39:08 +01:00 committed by acrnsi-robot
parent 1f305beba9
commit 1cc753a9a5
1 changed files with 2 additions and 0 deletions

2
misc/config_tools/config_app/acrn_configurator.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
# Copyright (C) 2019 Intel Corporation.
# SPDX-License-Identifier: BSD-3-Clause