2 lines
107 B
Nix
2 lines
107 B
Nix
with import <nixpkgs> { }; writeShellScriptBin "power-profiles" builtins.readFile ./scripts/power-profiles
|