mirror of
https://github.com/mrfluffy-dev/dotfiles.git
synced 2026-01-17 05:40:34 +00:00
changed a lot of things.
This commit is contained in:
@@ -11,4 +11,4 @@ cd $DIR
|
||||
NAME=$(rofi -dmenu -p "Name of the video")
|
||||
cd ..
|
||||
# record the screen with wf-recorder
|
||||
wf-recorder --device=/dev/dri/renderD128 --audio=alsa_output.pci-0000_05_00.6.analog-stereo.monitor --file=$DIR/$NAME
|
||||
wf-recorder --device=/dev/dri/renderD128 --audio=alsa_output.pci-0000_05_00.6.analog-stereo.monitor --file=$DIR/$NAME.mp4
|
||||
|
||||
13
script/.config/script/yes-test.sh
Executable file
13
script/.config/script/yes-test.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
#run in the background
|
||||
yes | cat >> test.txt &
|
||||
|
||||
sleep 10
|
||||
|
||||
killall yes
|
||||
|
||||
#show the size of test.txt in GB
|
||||
du -b test.txt
|
||||
|
||||
rm test.txt
|
||||
Reference in New Issue
Block a user