rtomayko (owner)

Revisions

gist: 211747 Download_button fork
public
Public Clone URL: git://gist.github.com/211747.git
Embed All Files: show embed
bpipe #
1
2
3
4
5
6
7
8
#!/bin/sh
 
file="preview.html"
trap "rm -f $file" EXIT
cat > "$file"
open "$file"
sleep 2