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