-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsimple_down.sh
More file actions
14 lines (13 loc) · 819 Bytes
/
simple_down.sh
File metadata and controls
14 lines (13 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
BIGINTERVAL=15
SMINTERVAL=3
REMOTE=mag
TAIL=+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
while true
do
clear
sleep 1
irsend SEND_ONCE $REMOTE KEY_DOWN && echo $TAIL KEY_DOWN
sleep 1
clear
done