Bläddra i källkod

Clear screen before add or remove app

Bob Mottram 8 år sedan
förälder
incheckning
2b6710e415
1 ändrade filer med 4 tillägg och 0 borttagningar
  1. 4
    0
      src/freedombone-addremove

+ 4
- 0
src/freedombone-addremove Visa fil

122
         255) return;;
122
         255) return;;
123
     esac
123
     esac
124
 
124
 
125
+    clear
126
+
125
     # remove the apps
127
     # remove the apps
126
     read_configuration
128
     read_configuration
127
     remove_apps
129
     remove_apps
163
         255) return;;
165
         255) return;;
164
     esac
166
     esac
165
 
167
 
168
+    clear
169
+
166
     # install the apps
170
     # install the apps
167
     read_configuration
171
     read_configuration
168
     install_apps interactive
172
     install_apps interactive