mirror of
https://github.com/bytedream/scripts.git
synced 2025-06-26 17:50:32 +02:00
Removed unnecessary echo
This commit is contained in:
@ -38,7 +38,6 @@ function rename() {
|
||||
|
||||
for file in $*; do
|
||||
file=${file//[\\]/}
|
||||
echo $file
|
||||
filepath="$base/$file"
|
||||
ext="${file##*.}"
|
||||
if [ "$ext" == "$file" ]; then
|
||||
|
Reference in New Issue
Block a user