.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}" \
|
||||
|| exit
|
||||
for file in *.sh ; do
|
||||
cp "${file}" "${TARGET}" \
|
||||
cp "${file}" "${TARGET}/${file%.sh}" \
|
||||
|| exit
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue