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