7 lines
63 B
Bash
7 lines
63 B
Bash
#!/bin/bash
|
|
|
|
cd ggml
|
|
git pull --rebase
|
|
cd ..
|
|
git pull --rebase
|