mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 11:22:23 +00:00
6 lines
151 B
Bash
6 lines
151 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
rec_filename="$HOME/Bilder/screenvids/$(date '+%Y-%m-%d_%H-%M-%S').mp4"
|
||
|
scr -m s -f 30 -c "$rec_filename"
|
||
|
dragon --and-exit "$rec_filename"
|