mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
4 lines
125 B
Text
4 lines
125 B
Text
|
#!/bin/bash
|
||
|
filename=$(date +"/home/david/screenrecord_%F_%T")
|
||
|
/usr/bin/obs --startrecording --minimize-to-tray --scene main
|