beremiz

IDE: fix completion

22 months ago, Edouard Tisserant
42730c1cb879
file isExecutable
IDE: fix completion

uses ctrl key on Mac
update internal variable list before listing them
avoid exception if empty list
apply selection when pressing return or enter
#!/bin/bash
set -e
echo "Building docker image"
cp -f ../../../requirements.txt requirements.txt
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .