8 lines
141 B
Bash
Executable File
8 lines
141 B
Bash
Executable File
bn=$(basename $2)
|
|
page="_comic/$1.md"
|
|
|
|
echo -e "---\nimage: comic/$bn\ntitle: \n---" >> $page
|
|
vim $page
|
|
|
|
curl "$2" > assets/images/comic/$bn
|