Searched full:shell (Results 1 – 9 of 9) sorted by relevance
51 ```shell57 ```shell64 ```shell71 ```shell78 ```shell84 ```shell89 ```shell
83 # The shell to run commands with in the container84 shell: /bin/bash
32 shell: bash
1 CSRCS += $(shell find -L $(LVGL_DIR)/$(LVGL_DIR_NAME)/examples -name "*.c")
1 CSRCS += $(shell find -L $(LVGL_DIR)/$(LVGL_DIR_NAME)/demos -name "*.c")
1 CSRCS += $(shell find -L $(LVGL_DIR)/$(LVGL_DIR_NAME)/src/extra -name "*.c")
30 branches, error = subprocess.Popen(cmd, shell=True, executable="/bin/bash", stdout=subprocess.PIPE,…
21 LVGL_DIR ?= ${shell pwd} #The path where the lvgl folder is
7 # - bash shell (for Windows: install git for Windows)