From 395ec2872842e865c7f57bf156acd2c2bdee0c04 Mon Sep 17 00:00:00 2001 From: Rising Felix Date: Tue, 14 Mar 2023 17:42:25 -0700 Subject: [PATCH] commits --- 0x03-shell_variables_expansions/103-water_and_stir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0x03-shell_variables_expansions/103-water_and_stir b/0x03-shell_variables_expansions/103-water_and_stir index 4a89db9..0609ba0 100755 --- a/0x03-shell_variables_expansions/103-water_and_stir +++ b/0x03-shell_variables_expansions/103-water_and_stir @@ -1,2 +1,2 @@ #!/bin/bash -echo $(printf %o $(($((5#$(echo $WATER | tr 'water' '01234'))) + $((5#$(echo $$STIR | tr 'stir. ' '01234'))))) | tr '01234567' 'bestchol') +echo $(printf %o $(($((5#$(echo $WATER | tr 'water' '01234'))) + $((5#$(echo $STIR | tr 'stir. ' '01234'))))) | tr '01234567' 'bestchol')