Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 51561b3

Browse files
committed
Updated snippets
1 parent c601849 commit 51561b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Snippets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ done
384384
#!/usr/bin/env bash
385385
animal="dog"
386386
case $animal in
387-
cat) echo "Feline";;
387+
bird) echo "Avian";;
388388
dog|puppy) echo "Canine";;
389389
*) echo "No match!
390390
esac

0 commit comments

Comments
 (0)