6 lines
36 B
Bash
6 lines
36 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
git pull
|
||
|
|
||
|
echo "Ready"
|