mirror of
https://github.com/sbrl/bin.git
synced 2018-01-10 21:33:46 +00:00
Add moar to hh favourites
This commit is contained in:
parent
7aa35636ce
commit
b9ee55d8c2
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
mogrify -format jpg *.png
|
||||
find . -name "*.svg" | xargs -I {} inkscape -e {}.png {}
|
||||
inotifywait --event CLOSE_WRITE --monitor Wikitle.css | xargs -I {} csstidy Wikitle.css Wikitle.min.css --template=highest
|
||||
duplicity --encrypt-key 001E1725 --exclude /proc --exclude /sys --exclude /tmp --exclude /dev --exclude /mnt --exclude /var/cache --exclude /var/tmp --exclude /var/backups --exclude /srv/www-mail/rainloop/v / file:///mnt/hubic/default/ServerBackups/
|
||||
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
|
||||
find . -name "*.svg" | xargs -I {} inkscape -e {}.png {}
|
||||
mogrify -format jpg *.png
|
||||
openssl pkcs12 -in sbrl@starbeamrainbowlabs.com.pkcs12 -out sbrl@starbeamrainbowlabs.com.pem -nodes
|
||||
tr '[:upper:]' '[:lower:]'
|
||||
find . -name "*.jpeg" | xargs -I '{}' -P 4 mogrify -resize 1024x768 '{}'
|
||||
|
|
Loading…
Reference in a new issue