aboutsummaryrefslogtreecommitdiff
path: root/screenRecord.sh
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2023-06-22 17:39:52 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2023-06-22 17:39:52 +0200
commit8b922c1f00b7bd22f922b7169dab812595c9a031 (patch)
tree3d20074db5838fb0582ebecaad1f10b452cd8737 /screenRecord.sh
parent6ec0f9b2a2475d0bf39fc85b5dc38597d0df7542 (diff)
downloadscripts-8b922c1f00b7bd22f922b7169dab812595c9a031.tar.gz
scripts-8b922c1f00b7bd22f922b7169dab812595c9a031.zip
Created dominion scripts and updated docs.sh to not need a page number.
Diffstat (limited to 'screenRecord.sh')
-rwxr-xr-xscreenRecord.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/screenRecord.sh b/screenRecord.sh
index 3aed794..7cb7c77 100755
--- a/screenRecord.sh
+++ b/screenRecord.sh
@@ -1,7 +1,7 @@
#!/bin/sh
markfile='/tmp/screenRec.mark'
-recsFolder="$HOME/videos/recs"
+recsFolder="$HOME/media/videos/recs"
# Check if already recording
[ -e "$markfile" ] && stopScreenRecord.sh && exit 0