From e3d25942b4fb59a5735db6144345dde3f3412309 Mon Sep 17 00:00:00 2001 From: ll7 <32880741+ll7@users.noreply.github.com> Date: Mon, 23 Sep 2024 16:45:01 +0200 Subject: [PATCH] add comments to bash files --- dc-run-file.sh | 3 ++- xhost_enable.sh | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dc-run-file.sh b/dc-run-file.sh index c369d196d..8f182b839 100755 --- a/dc-run-file.sh +++ b/dc-run-file.sh @@ -1,6 +1,7 @@ #!/bin/bash +# run docker compose file specified as argument and located in the build directory -# enable xhost +# enable xhost for the current user to allow docker to display graphics ./xhost_enable.sh # run docker compose diff --git a/xhost_enable.sh b/xhost_enable.sh index 71ea0e91a..e80e040df 100755 --- a/xhost_enable.sh +++ b/xhost_enable.sh @@ -1 +1,4 @@ +#!/bin/bash + +# enable xhost for the current user to allow docker to display graphics xhost +local: \ No newline at end of file