mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-10 01:17:44 +03:00
84171ba179
This makes sense so that we can extend the script to also update other files.
7 lines
234 B
Bash
Executable File
7 lines
234 B
Bash
Executable File
#!/bin/sh
|
|
set -eu
|
|
|
|
cd "$1"
|
|
|
|
(curl --fail -L 'https://chromium.googlesource.com/chromiumos/platform2/+/master/power_manager/udev/gen_autosuspend_rules.py?format=TEXT'; echo) \
|
|
| base64 -d > tools/chromiumos/gen_autosuspend_rules.py |