.sh
This commit is contained in:
parent
71cd517840
commit
ad00afc4cc
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ TARGET='/usr/local/sbin'
|
||||||
cd "${ROOT}/${COMMANDS}" \
|
cd "${ROOT}/${COMMANDS}" \
|
||||||
|| exit
|
|| exit
|
||||||
for file in *.sh ; do
|
for file in *.sh ; do
|
||||||
cp "${file}" "${TARGET}" \
|
cp "${file}" "${TARGET}/${file%.sh}" \
|
||||||
|| exit
|
|| exit
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue