7 lines
89 B
Bash
7 lines
89 B
Bash
#!/bin/sh
|
|
|
|
cd /usr/local/lib/joeac.net \
|
|
&& git pull \
|
|
&& make \
|
|
&& make reinstall
|