]> git.ipfire.org Git - thirdparty/systemd.git/blame - tools/autosuspend-update.sh
firstboot: Update help string with --root-shell options
[thirdparty/systemd.git] / tools / autosuspend-update.sh
CommitLineData
62d39995
ZJS
1#!/bin/sh
2set -eu
3
4cd "$1"
5
6(curl -L 'https://chromium.googlesource.com/chromiumos/platform2/+/master/power_manager/udev/gen_autosuspend_rules.py?format=TEXT'; echo) \
7 | base64 -d > gen_autosuspend_rules.py