mirror of
https://github.com/yrzam/yrzam-hugo-theme.git
synced 2025-04-19 20:29:09 +00:00
6 lines
82 B
Bash
Executable File
6 lines
82 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
cd "$(dirname "$0")"
|
|
|
|
cp ~/.config/theme.json ../data/theme.json
|