diff --git a/day.sh b/day.sh deleted file mode 100644 index 188e676..0000000 --- a/day.sh +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/bash - -weather_condition=1 -is_day=1 - -#swap_emoji(){ -#if [ "$is_day" = "1" ] -#then -# echo "☀️ " -#else -# echo "🌙" -#fi -#} -#swap_emoji() { [ "$is_day" = "1" ] && echo "☀️" || echo "🌙"; } -case $weather_condition in - 0) current_weather="$([ "$is_day" = "1" ] && echo "☀️" || echo "🌙") Clear Sky";; - 1) current_weather="$([ "$is_day" = "1" ] && echo "☀️" || echo "🌙") Mainly Clear";; - 2) current_weather="⛅ Partly Cloudy" ;; - 3) current_weather="☁️ Overcast" ;; - 45) current_weather="🌫️ Fog" ;; - 99) current_weather="⛈️🌨️ Thunderstorm with Heavy Hail" ;; - *) current_weather="🌐 Weather Condition Not Recognized" ;; -esac - -echo $current_weather diff --git a/var.sh b/var.sh deleted file mode 100644 index 4797c00..0000000 --- a/var.sh +++ /dev/null @@ -1,9 +0,0 @@ - - -var(){ - echo var -} -bruh="$(var) bruh" - - -echo $bruh