Skip to content

Commit a7f1023

Browse files
committed
echo cloudapp URL
1 parent d4b3095 commit a7f1023

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

Changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Gifify Changelog
22

3-
## 2014-04-20
3+
## 2014-04-24
44

55
* Remove cloudapp gem dependency
66

gifify.sh

+1-6
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,7 @@ cat $temp | convert +dither -layers Optimize -delay $delay - ${output}.gif
7373
if [ $noupload -ne 1 ]; then
7474
open -a Cloud ${output}.gif
7575

76-
url=`pbpaste`
77-
json=`curl -H "Accept: application/json" $url`
78-
json=${json##*content_url\":\"}
79-
json=${json%%\",*}
80-
81-
echo $json
76+
echo `pbpaste`
8277

8378
if [ $cleanup ]; then
8479
rm $filename

0 commit comments

Comments
 (0)