This website works better with JavaScript.
Почетна
Помоћ
Пријавите Се
heuzef
/
icon-collection
огледало од
https://github.com/benc-uk/icon-collection.git
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
1
Вики
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36
Комити
8
Гране
106 MiB
HTML
98.9%
JavaScript
0.7%
Shell
0.4%
Дрво:
2f68351ee5
dependabot/npm_and_yarn/_tools/jsdom-16.5.0
dependabot/npm_and_yarn/_tools/lodash-4.17.21
dependabot/npm_and_yarn/_tools/minimist-1.2.6
dependabot/npm_and_yarn/_tools/node-fetch-2.6.7
dependabot/npm_and_yarn/_tools/qs-6.5.3
dependabot/npm_and_yarn/_tools/ws-7.5.5
june-2020-update
master
oct-30-2020
Гране
Ознаке
${ item.name }
Create branch
${ searchTerm }
from '2f68351ee5'
${ noResults }
icon-collection
/
_tools
/
ren.sh
4 lines
84 B
Датотека
Blame
Историја
for file in * ; do
newname=$(echo $file | cut -d'-' -f 2)
mv $file $newname
done