diff options
author | Himbeer <himbeerserverde@gmail.com> | 2024-02-17 18:25:37 +0100 |
---|---|---|
committer | Himbeer <himbeerserverde@gmail.com> | 2024-02-17 18:25:37 +0100 |
commit | dcb2272e45b5c70ea6c69167a8957ee7cc6e0217 (patch) | |
tree | adf1c42e8130dcf8f0e9a6e1a4da78881f9e406b /install.sh | |
parent | 3a8bafb03a656dad9b782fcd7025f0da6e4aba99 (diff) |
undocker www, merging gitweb and httpmux
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..e26db42 --- /dev/null +++ b/install.sh @@ -0,0 +1,8 @@ +#! /bin/sh + +source /srv/www/lib.sh + +FILES=$(get_files) +for FILE in ${FILES}; do + ln -sf "/srv/www/sys/${FILE}" "/${FILE}" +done |