This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
olli
/
ansible
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
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.
38
Commits
1
Branch
12
Tags
2.0 MiB
Shell
95.5%
Python
4.5%
Tree:
04372708a4
master
0.1
0.2
0.3
0.4
0.5
0.6
1.0
1.1
1.2
1.3
1.4
1.5
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '04372708a4'
${ noResults }
ansible
/
roles
/
initnextcloud
/
files
/
scripts
/
fio_convert_svg
4 lines
89 B
Raw
Blame
History
# !/usr/bin/bash
for f in ${1}*.svg; do rsvg-convert "$f" -o "${f%.svg}.png"; done
Reference in new issue