aboutsummaryrefslogtreecommitdiff
path: root/.shenanigans.sh
diff options
context:
space:
mode:
Diffstat (limited to '.shenanigans.sh')
-rwxr-xr-x.shenanigans.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/.shenanigans.sh b/.shenanigans.sh
index 219498b..726a878 100755
--- a/.shenanigans.sh
+++ b/.shenanigans.sh
@@ -77,13 +77,6 @@ backup() {
77 rm -Rf /tmp/$SNAPSHOT 77 rm -Rf /tmp/$SNAPSHOT
78} 78}
79 79
80pushcode() {
81 find ~/Projects/ -type f -name "*.fossil" | while read -r file; do
82 s3cmd put "$file" s3://vault/code/
83 s3cmd setacl s3://vault/code/$(basename $file) --acl-public
84 done
85}
86
87screenrecord() { 80screenrecord() {
88 ffmpeg -f x11grab -s 3840x2560 -i :0.0 -r 60 -vcodec h264_nvenc -preset fast ~/Videos/$(date +%Y-%m-%d-%H-%M-%S).mp4 81 ffmpeg -f x11grab -s 3840x2560 -i :0.0 -r 60 -vcodec h264_nvenc -preset fast ~/Videos/$(date +%Y-%m-%d-%H-%M-%S).mp4
89} 82}