From 362db2798135c7a80275fcad2151d20c5bbed9f3 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Wed, 6 Jan 2016 08:25:42 -0500 Subject: [PATCH] Organizing and adding scripts. --- bricks/copy_files.sh | 8 ++++++++ get_circ_history.sh => helper-scripts/get_circ_history.sh | 0 .../get_combined_perms_per_profile.sh | 0 get_hold_history.sh => helper-scripts/get_hold_history.sh | 0 4 files changed, 8 insertions(+) create mode 100755 bricks/copy_files.sh rename get_circ_history.sh => helper-scripts/get_circ_history.sh (100%) rename get_combined_perms_per_profile.sh => helper-scripts/get_combined_perms_per_profile.sh (100%) rename get_hold_history.sh => helper-scripts/get_hold_history.sh (100%) diff --git a/bricks/copy_files.sh b/bricks/copy_files.sh new file mode 100755 index 0000000..c199e4c --- /dev/null +++ b/bricks/copy_files.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +FILE="$1" + +for i in {2..6}; + do scp $FILE brick0$i-head:$FILE; +done + diff --git a/get_circ_history.sh b/helper-scripts/get_circ_history.sh similarity index 100% rename from get_circ_history.sh rename to helper-scripts/get_circ_history.sh diff --git a/get_combined_perms_per_profile.sh b/helper-scripts/get_combined_perms_per_profile.sh similarity index 100% rename from get_combined_perms_per_profile.sh rename to helper-scripts/get_combined_perms_per_profile.sh diff --git a/get_hold_history.sh b/helper-scripts/get_hold_history.sh similarity index 100% rename from get_hold_history.sh rename to helper-scripts/get_hold_history.sh -- 2.11.0