Nice because we're now checking the output for success/failure automatically rather than by eye.
6 lines
78 B
Bash
Executable file
6 lines
78 B
Bash
Executable file
#!/bin/bash
|
|
|
|
SCRIPT_DIR=`dirname $BASH_SOURCE`
|
|
cd $SCRIPT_DIR
|
|
python test.py
|
|
|