We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b3095 commit a7f1023Copy full SHA for a7f1023
Changelog.md
@@ -1,6 +1,6 @@
1
# Gifify Changelog
2
3
-## 2014-04-20
+## 2014-04-24
4
5
* Remove cloudapp gem dependency
6
gifify.sh
@@ -73,12 +73,7 @@ cat $temp | convert +dither -layers Optimize -delay $delay - ${output}.gif
73
if [ $noupload -ne 1 ]; then
74
open -a Cloud ${output}.gif
75
76
- url=`pbpaste`
77
- json=`curl -H "Accept: application/json" $url`
78
- json=${json##*content_url\":\"}
79
- json=${json%%\",*}
80
-
81
- echo $json
+ echo `pbpaste`
82
83
if [ $cleanup ]; then
84
rm $filename
0 commit comments