-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Mizuho32 edited this page Jun 12, 2020
·
1 revision
Welcome to the utils wiki!
all.sh
#!/bin/bash
lvs=()
for lv in "${lvs[@]}"
do
echo $lv
#echo "LinuxVG" "${lv}" "TOSHIBA" "${lv}"
./lvcopy.sh "LinuxVG" "${lv}" "TOSHIBA" "${lv}"
done
https://yoshida-eth0.hatenablog.com/entry/20120104/1325627244