export only the given path
This commit is contained in:
parent
acac9fbf58
commit
9851a553e4
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# for each svg file
|
||||
for svg in `find . -name *.svg` ; do
|
||||
for svg in `find $1 -name *.svg` ; do
|
||||
|
||||
# the complete filename without the extension
|
||||
base=`echo $svg | sed s/.svg//`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue