mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 15:21:37 +03:00
8 lines
211 B
Bash
8 lines
211 B
Bash
|
#!/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
|