mirror of
https://git.proxmox.com/git/systemd
synced 2025-06-12 11:14:47 +00:00
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
|