Update 2024-02-14 07:51 OpenBSD/amd64-x13
This commit is contained in:
16
.bin/OLD/undock
Executable file
16
.bin/OLD/undock
Executable file
@@ -0,0 +1,16 @@
|
||||
#!/bin/sh
|
||||
|
||||
i=11
|
||||
sync
|
||||
while true
|
||||
do
|
||||
i=$((i-1))
|
||||
if [ $i -eq 0 ]
|
||||
then
|
||||
sync
|
||||
autorandr -c
|
||||
exit 0
|
||||
fi
|
||||
echo $i
|
||||
sleep 1
|
||||
done
|
||||
Reference in New Issue
Block a user