1
0
mirror of https://github.com/livingcomputermuseum/UniBone.git synced 2026-01-28 20:51:08 +00:00

Link *.sh scripts to $HOME

This commit is contained in:
Joerg Hoppe
2019-12-21 16:18:19 +01:00
parent 20997cc123
commit f3421c3c5c

View File

@@ -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 '{}' \;