8 lines
35 B
Bash
8 lines
35 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
git pull
|
||
|
|
||
|
Done!
|
||
|
|
||
|
read
|