Invidious: update first; Bin: add optiall

This commit is contained in:
Phantop 2020-11-05 17:20:50 -05:00
parent 3be040b698
commit 95aaa29d66
2 changed files with 7 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh
tmux new -s 0 -d 'cd $D/Installs/invidious; docker-compose up'
tmux new -s 0 -d 'cd $D/Installs/invidious; git pull; docker-compose up --build'

6
.local/bin/optiall Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
fd -e pdf | parallel cpdfsqueeze {} {}
fd -e png | parallel oxipng {}
fd -e epub | parallel advzip -z4 {}
fd -e zip | parallel advzip -z4 {}
fd -e jpg | parallel jpegoptim {}