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