5 lines
74 B
Bash
5 lines
74 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
cd $(dirname $0)/..
|
||
|
git pull template main --no-rebase
|