From 823365bc8af9a49be8f37f19b0a373152f61dd7a Mon Sep 17 00:00:00 2001 From: Daniel Brahneborg Date: Sun, 7 Dec 2025 11:58:59 +0100 Subject: [PATCH] run.sh: commented out command to update the work repo --- run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run.sh b/run.sh index 2b9207d..dff3b3b 100755 --- a/run.sh +++ b/run.sh @@ -9,6 +9,8 @@ repodir=`pwd`/repo-$arch if [ ! -d $repodir ]; then mkdir -p $repodir cp -a `git ls-files . | grep -v /` $repodir/ +# else + # echo maybe run this: rsync -av src $repodir fi docker run --rm -ti \