Commit hooks
This commit is contained in:
parent
7cfe1d5ed5
commit
0516dcd19d
8 changed files with 8 additions and 12 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
apc-switch 17 off
|
||||
apc-switch 24 off
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Turn off the port for the bank leds
|
||||
powerbar-switch 3 off
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Turn on LEDs in the lounge
|
||||
apc-switch 17 on
|
||||
apc-switch 24 on
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Turn on the port for the bank leds
|
||||
powerbar-switch 3 on
|
3
djo_closed.d/21_djo_music_off
Executable file
3
djo_closed.d/21_djo_music_off
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
apc-switch 19 off
|
|
@ -1 +0,0 @@
|
|||
../bitlair_closed.d/23_bank_leds_off
|
3
djo_open.d/21_djo_music_on
Executable file
3
djo_open.d/21_djo_music_on
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
apc-switch 19 on
|
|
@ -1 +0,0 @@
|
|||
../bitlair_open.d/24_bank_leds_on
|
Loading…
Add table
Add a link
Reference in a new issue