mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 11:22:23 +00:00
5 lines
151 B
Bash
Executable file
5 lines
151 B
Bash
Executable file
#!/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"
|