mirror of
https://github.com/systemd/systemd.git
synced 2024-11-04 13:51:24 +03:00
62d3999518
There is no change in the file right now, but the download seems to work OK. It's funny that the biggest company in the world cannot provide a download link in plain text.
8 lines
211 B
Bash
Executable File
8 lines
211 B
Bash
Executable File
#!/bin/sh
|
|
set -eu
|
|
|
|
cd "$1"
|
|
|
|
(curl -L 'https://chromium.googlesource.com/chromiumos/platform2/+/master/power_manager/udev/gen_autosuspend_rules.py?format=TEXT'; echo) \
|
|
| base64 -d > gen_autosuspend_rules.py
|