6 lines
78 B
Bash
Executable file
6 lines
78 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd -- "$(dirname -- "${BASH_SOURCE[0]}" )"
|
|
|
|
git pull
|
|
./update.sh
|