64035ac463
Prepare for better device categorization by moving everything to testing subdir first. [skip-ci]: chicken-egg problem: passing pmaports CI depends on pmbootstrap MR depends on this MR Related: postmarketos#16
5 lines
156 B
Bash
Executable file
5 lines
156 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# We'll vibrate a bit here, then turn the led on.
|
|
echo 500 > /sys/class/timed_output/vibrator/enable
|
|
echo 100 > /sys/class/leds/white/brightness
|