mirror of
https://github.com/javalsai/lidm.git
synced 2025-07-03 22:38:41 +02:00
6 lines
57 B
Bash
Executable File
6 lines
57 B
Bash
Executable File
#!/bin/sh
|
|
|
|
[ -r conf ] && . ./conf
|
|
|
|
exec utmpset -w $TTY
|