mirror of
https://github.com/artizirk/dotfiles.git
synced 2025-12-18 15:55:12 +02:00
4 lines
99 B
Bash
Executable File
4 lines
99 B
Bash
Executable File
#!/bin/bash
|
|
|
|
systemd-inhibit --what=sleep:idle --mode=block bash -c 'while true; do sleep 1; done'
|