Eliminados scripts no reutilizables
This commit is contained in:
+2
-2
@@ -37,8 +37,8 @@ if ! test -d "${TARGET}"; then
|
||||
fi
|
||||
|
||||
## create zip file
|
||||
NAME=$(basename "${SOURCE}")
|
||||
#NAME=$(basename "${SOURCE}")
|
||||
filename=$(basename -- "$SOURCE")
|
||||
extension="${filename##*.}"
|
||||
#extension="${filename##*.}"
|
||||
filename="${filename%.*}"
|
||||
7z a -tzip -mx=9 "${TARGET}"/"${filename}".zip "${SOURCE}"
|
||||
|
||||
Reference in New Issue
Block a user