aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh8
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