aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2020-09-09 19:36:13 +0100
committerTomasz Kramkowski <tk@the-tk.com>2020-09-09 19:36:13 +0100
commitb435a5824bf88b9bddddb81e645623caa2e334bc (patch)
tree2f26f5e00ed0825bec0980c0f815e814dcfa0650 /configure
parentfaa44a2bac0a9ddef75e68990486ccae7377ac36 (diff)
downloadpack-b435a5824bf88b9bddddb81e645623caa2e334bc.tar.gz
pack-b435a5824bf88b9bddddb81e645623caa2e334bc.tar.xz
pack-b435a5824bf88b9bddddb81e645623caa2e334bc.zip
Switch to using redo
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure
new file mode 100755
index 0000000..70a0698
--- /dev/null
+++ b/configure
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+for f in args/"$1"/*; do
+ ln -sf "$f"
+done