forked from IgorYbema/Root-A-Toon-USB-Stick
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcheck
More file actions
9 lines (9 loc) · 690 Bytes
/
check
File metadata and controls
9 lines (9 loc) · 690 Bytes
1
2
3
4
5
6
7
8
9
#!/bin/sh
/qmf/bin/bxt -d :happ_usermsg -s Notification -n CreateNotification -a type -v task -a subType -v notify -a text -v " Just checking 1 " 2>/dev/null >/dev/null
sleep 2
/qmf/bin/bxt -d :happ_usermsg -s Notification -n CreateNotification -a type -v task -a subType -v notify -a text -v " Just checking 2 " 2>/dev/null >/dev/null
sleep 2
/qmf/bin/bxt -d :happ_usermsg -s Notification -n CreateNotification -a type -v task -a subType -v notify -a text -v " Just checking 3 " 2>/dev/null >/dev/null
sleep 2
/qmf/bin/bxt -d :happ_usermsg -s Notification -n CreateNotification -a type -v task -a subType -v notify -a text -v " Just checking 4 " 2>/dev/null >/dev/null
sleep 2