mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
5 lines
109 B
Bash
5 lines
109 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
git pull --rebase --stat origin master
|
||
|
git submodule update --init --recursive --remote
|