This website works better with JavaScript.
Home
Sign In
mid-kid
/
AoC18
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Advent of Code 2018
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28
Commits
1
Branch
0
Tags
2.7 MiB
C
94.1%
Makefile
5.6%
Shell
0.2%
Branch:
master
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
AoC18
/
day18p1
/
makegif.sh
2 lines
90 B
Raw
Permalink
Blame
History
#!/bin/sh
convert -monitor -resize 1000% -filter point -delay
5
-loop
0
out/*.ppm out.gif
Reference in new issue