We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0b0a67 commit 282f3e1Copy full SHA for 282f3e1
0x03-shell_variables_expansions/103-water_and_stir
@@ -0,0 +1,2 @@
1
+#!/bin/bash
2
+printf "%o\n" $((5#$(echo $WATER | tr 'water' '01234') + 5#$(echo $STIR | tr 'stir.' '01234'))) | tr '01234567' 'bestchol'
0 commit comments