3 lines
42 B
Bash
3 lines
42 B
Bash
#!/bin/sh
|
|
cd $1 && git pull --force
|
|
exit 0 |
#!/bin/sh
|
|
cd $1 && git pull --force
|
|
exit 0 |