We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e38fe14 commit 9c2b2f4Copy full SHA for 9c2b2f4
1 file changed
disk_sanitizer.sh
@@ -230,10 +230,18 @@ echo "CTRL-C to Interrupt ..."
230
231
sleep 65
232
#The Bell
233
-echo "\07 \07 \07 \07 \07 \07 \07 \07"
+echo -e "\07"; sleep .2
234
235
+echo -e "\07"; sleep .4
236
237
238
239
240
241
242
for i in 10 9 8 7 6 5 4 3 2 1; do
243
sleep 1
- echo "PURGING ALL DATA in $i ... \r\c"
244
+ echo -e "PURGING ALL DATA in $i ... \r\c"
245
246
done
247
#debug
0 commit comments