Add scripts for Bitlair and DJO
This commit is contained in:
parent
5b96a6be43
commit
239e6cec0e
27 changed files with 105 additions and 1 deletions
8
bitlair_open.d/20_statsdisplay_poweron
Executable file
8
bitlair_open.d/20_statsdisplay_poweron
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Starts the computer displaying pretty graphs.
|
||||
|
||||
for i in {0..3}; do
|
||||
wakeonlan '00:1e:c9:72:21:c4'
|
||||
sleep 1
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue