mirror of
https://github.com/bytedream/scripts.git
synced 2025-05-09 20:25:12 +02:00
Removed unnecessary echo
This commit is contained in:
parent
05d2bffe65
commit
634a2420cf
@ -38,7 +38,6 @@ function rename() {
|
||||
|
||||
for file in $*; do
|
||||
file=${file//[\\]/}
|
||||
echo $file
|
||||
filepath="$base/$file"
|
||||
ext="${file##*.}"
|
||||
if [ "$ext" == "$file" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user