u
This commit is contained in:
@@ -79,6 +79,7 @@ rshift() {
|
|||||||
|
|
||||||
if [ ${cmd} == "info" ] ; then
|
if [ ${cmd} == "info" ] ; then
|
||||||
echo "{morning, day, evening, night, bedtime}"
|
echo "{morning, day, evening, night, bedtime}"
|
||||||
|
return 1
|
||||||
elif [ ${cmd} == "show" ] ||
|
elif [ ${cmd} == "show" ] ||
|
||||||
[ ${cmd} == "display" ] ; then
|
[ ${cmd} == "display" ] ; then
|
||||||
if [ -f "${temperature_file}" ] ; then
|
if [ -f "${temperature_file}" ] ; then
|
||||||
|
|||||||
Reference in New Issue
Block a user