rice: Update svg.

This commit is contained in:
William Floyd 2023-07-14 13:48:56 -05:00
parent 5d2e6a5d22
commit c833516129
Signed by untrusted user who does not match committer: william
GPG key ID: B3EEEDD81893CAF9

View file

@ -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