From 79afccbb80e5ac08ad848103f7139ba5cb12b088 Mon Sep 17 00:00:00 2001 From: Ashish Kumar Yadav Date: Mon, 27 Jul 2020 00:59:37 +0530 Subject: [PATCH] Removed incomplete blocks --- blocks/calendar_button.sh | 6 ------ blocks/hotspot.sh | 6 ------ blocks/hotspot_button.sh | 4 ---- 3 files changed, 16 deletions(-) delete mode 100755 blocks/calendar_button.sh delete mode 100755 blocks/hotspot.sh delete mode 100755 blocks/hotspot_button.sh diff --git a/blocks/calendar_button.sh b/blocks/calendar_button.sh deleted file mode 100755 index 4ed55db..0000000 --- a/blocks/calendar_button.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -case "$1" in - 1) ;; - 2) ;; - 3) ;; -esac diff --git a/blocks/hotspot.sh b/blocks/hotspot.sh deleted file mode 100755 index a874832..0000000 --- a/blocks/hotspot.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -if [ "$1" = 1 ] ; then - echo "" -else - echo "" -fi diff --git a/blocks/hotspot_button.sh b/blocks/hotspot_button.sh deleted file mode 100755 index 1743af0..0000000 --- a/blocks/hotspot_button.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -case "$1" in - 1|2|3) ;; -esac