/ trying to delete files without using the path
This commit is contained in:
@@ -62,8 +62,7 @@ for input_file in "$@"; do
|
||||
|
||||
if [[ -f "${new_file}" ]] || [[ -d "${new_file}" ]] ; then
|
||||
#trash-put "${new_file}"
|
||||
#trash-put
|
||||
echo $bare_line
|
||||
trash-put "${bare_line}"
|
||||
#echo "trash-put ${new_file}"
|
||||
#echo "${new_file}" >> ${log_file}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user