fetch.sh -> fetch-theme.sh
This commit is contained in:
parent
dd46d5d762
commit
74266214df
1 changed files with 0 additions and 0 deletions
7
fetch-theme.sh
Executable file
7
fetch-theme.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
rm -rf themes
|
||||
mkdir themes
|
||||
cd themes
|
||||
curl -L "https://github.com/adityatelange/hugo-papermod/tarball/master" | tar -zx
|
||||
mv "$(ls)" papermod
|
Loading…
Add table
Add a link
Reference in a new issue