mirror of
https://github.com/sbrl/bin.git
synced 2018-01-10 21:33:46 +00:00
Add nuget pack & parallel png conversion to hh favourites
This commit is contained in:
parent
ff22003d21
commit
c96a61b637
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
nuget pack -MsbuildPath /usr/lib/mono/msbuild/15.0/bin/
|
||||
find . -name "*.png" | xargs -I '{}' -P 4 mogrify -format gif '{}'
|
||||
youtube-dl -f 'bestvideo[ext=webm]+bestaudio[ext=webm]/bestvideo/bestaudio' "https://www.youtube.com/watch?v=Hp0cdTXv5Js&feature=youtu.be"
|
||||
youtube-dl -F "https://www.youtube.com/watch?v=Hp0cdTXv5Js&feature=youtu.be"
|
||||
xinput --set-prop 12 "libinput Accel Speed" 0.6
|
||||
|
@ -15,7 +17,6 @@ inotifywait --event CLOSE_WRITE --monitor Wikitle.css | xargs -I {} csstidy Wiki
|
|||
letsencrypt certonly --webroot -w /srv/letsencrypt -d im.starbeamrainbowlabs.com -d starbeamrainbowlabs.com
|
||||
sudo apt update && sudo apt full-upgrade
|
||||
gifsicle -O3 -o /tmp/anim.o.gif /tmp/anim.gif
|
||||
find . -name "*.png" | xargs -I '{}' -P 4 mogrify -format gif '{}'
|
||||
gifsicle --loopcount=0 --delay 150 -o /tmp/anim.gif *.gif
|
||||
mogrify -format jpg *.png
|
||||
openssl pkcs12 -in sbrl@starbeamrainbowlabs.com.pkcs12 -out sbrl@starbeamrainbowlabs.com.pem -nodes
|
||||
|
|
Loading…
Reference in a new issue