14 lines
297 B
Bash
Executable File
14 lines
297 B
Bash
Executable File
#! /bin/bash
|
|
|
|
./etherlight.py usw-livingroom -f
|
|
sleep 3
|
|
./etherlight.py usw-livingroom -t lgbtq
|
|
sleep 3
|
|
./etherlight.py usw-livingroom -t bisexual
|
|
sleep 3
|
|
./etherlight.py usw-livingroom -t lesbian
|
|
sleep 3
|
|
./etherlight.py usw-livingroom -t pansexual
|
|
sleep 3
|
|
./etherlight.py usw-livingroom -t trans
|