From f3421c3c5c4c12054e85c47c3ee70370d795bfb6 Mon Sep 17 00:00:00 2001 From: Joerg Hoppe Date: Sat, 21 Dec 2019 16:18:19 +0100 Subject: [PATCH] Link *.sh scripts to $HOME --- github-sync.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/github-sync.sh b/github-sync.sh index fca14cb..459f5cf 100644 --- a/github-sync.sh +++ b/github-sync.sh @@ -22,6 +22,9 @@ sudo apt install subversion svn export --force ${GITURL}/trunk . # This will not clear outdated files, they will remain as junk. +# Generating shortcuts for demo scripts in ~ home directory +find 10.03_app_demo/5* -name \*.sh -exec ln -sf {} $HOME \; + # Assure all shell scripts are executable find . -name '*.sh' -exec chmod +x '{}' \;