mirror of
https://github.com/artizirk/dotfiles.git
synced 2026-05-21 02:05:11 +03: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'
|