mirror of
https://github.com/zebrajr/ansible.git
synced 2025-12-06 12:19:53 +01:00
4 lines
68 B
Bash
Executable File
4 lines
68 B
Bash
Executable File
#!/bin/sh
|
|
git pull --rebase
|
|
git submodule update --init --recursive
|