From 5b05099d44ae6ac962be108f4c0da7493a9305c7 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Thu, 29 May 2025 20:10:01 -0400 Subject: Initial Commit --- scripts/copy.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 scripts/copy.sh (limited to 'scripts') diff --git a/scripts/copy.sh b/scripts/copy.sh new file mode 100755 index 0000000..293ceea --- /dev/null +++ b/scripts/copy.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +while read e; do + $(echo $e | sed -E "s/(.*[^ ]) +--> +([^ ].*)/cp -r \1 $1\/\2/") +done < $2 + -- cgit v1.2.3