summaryrefslogtreecommitdiffstats
path: root/plugins/power/test-backlight-helper
blob: 2dceacd89fcd29c287f1a508cc4f641c631df18d (plain)
1
2
3
4
5
#!/bin/sh

# Simulate a slow call and just write the given brightness value to the device
sleep 0.2
echo "$2" >"$1/brightness"