8 lines
100 B
Bash
Executable File
8 lines
100 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
. /home/kaizen/.bashrc
|
|
set -e
|
|
cd /home/kaizen/repos/ChatMastermind
|
|
git pull
|
|
pytest
|