Commit hooks

This commit is contained in:
polyfloyd 2024-02-04 18:20:48 +01:00
parent 7cfe1d5ed5
commit 0516dcd19d
8 changed files with 8 additions and 12 deletions

View file

@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
apc-switch 17 off apc-switch 24 off

View file

@ -1,4 +0,0 @@
#!/bin/bash
# Turn off the port for the bank leds
powerbar-switch 3 off

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash
# Turn on LEDs in the lounge # Turn on LEDs in the lounge
apc-switch 17 on apc-switch 24 on

View file

@ -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
View file

@ -0,0 +1,3 @@
#!/bin/bash
apc-switch 19 off

View file

@ -1 +0,0 @@
../bitlair_closed.d/23_bank_leds_off

3
djo_open.d/21_djo_music_on Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
apc-switch 19 on

View file

@ -1 +0,0 @@
../bitlair_open.d/24_bank_leds_on