๐Ÿ“ฆโž”๐Ÿฆ‹ Store and retrieve files on the Atmosphere

handle: improve variable name

+2 -2
+2 -2
src/commands/handle.sh
··· 8 8 handler="${1//.desktop/}" 9 9 type="$2" 10 10 11 - handlers=( 11 + handlers_needing_tmp_file=( 12 12 "app.drey.EarTag" 13 13 "com.github.neithern.g4music" 14 14 ) 15 15 16 - if [[ ${handlers[*]} =~ $handler ]]; then 16 + if [[ ${handlers_needing_tmp_file[*]} =~ $handler ]]; then 17 17 echo 1 18 18 elif [[ $type == "text/"* ]]; then 19 19 echo 1