7 lines
65 B
Bash
Executable File
7 lines
65 B
Bash
Executable File
#!/bin/sh
|
|
|
|
./compute-update.py
|
|
|
|
git pull
|
|
python setup.py install
|