rice: Update svg.
This commit is contained in:
parent
5d2e6a5d22
commit
c833516129
1 changed files with 6 additions and 0 deletions
|
|
@ -1,5 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [ "${1}" == '-r' ]; then
|
||||
echo 'fdp'
|
||||
echo 'sed'
|
||||
exit
|
||||
fi
|
||||
|
||||
if [ "${1}" == '-d' ]; then
|
||||
echo 'src/rice_connections.dot'
|
||||
exit
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue