This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# single vine tweet no replies | |
echo "[single vine tweet no replies]" | |
echo "------------------------------" | |
bash vine_dl.sh https://twitter.com/PAPPADEMAS/status/791841723869605888 | |
echo "---------" | |
echo "EXPECTED:" | |
echo "https://v.cdn.vine.co/r/videos/CE5DC8F9B71171654998891827200_3e673f8096e.1.5.14155013907193044834.mp4?versionId=29Q5Sdr1sY1OewhC42OL8ZZgJDdTElAy" | |
echo "*****************************" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%% This part goes in preamble | |
\newcommand{\dummyfig}[1]{ | |
\centering | |
\fbox{ | |
\begin{minipage}[c][0.33\textheight][c]{0.5\textwidth} | |
\centering{#1} | |
\end{minipage} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
osascript -e 'tell application "Finder" | |
Activate | |
delay 3 | |
make new Finder window | |
end tell' & |