From c83351612994a43353bde5843224e6d5b663e5dd Mon Sep 17 00:00:00 2001 From: William Floyd Date: Fri, 14 Jul 2023 13:48:56 -0500 Subject: [PATCH] rice: Update svg. --- content/posts/smart-rice-cooker/media/src/rice_build.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/posts/smart-rice-cooker/media/src/rice_build.sh b/content/posts/smart-rice-cooker/media/src/rice_build.sh index ea540d0..cf5dd97 100755 --- a/content/posts/smart-rice-cooker/media/src/rice_build.sh +++ b/content/posts/smart-rice-cooker/media/src/rice_build.sh @@ -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