6 lines
60 B
Bash
Executable file
6 lines
60 B
Bash
Executable file
#!/bin/bash
|
|
set -eu
|
|
|
|
cd "$(dirname "$0")"
|
|
|
|
python3 -m calls
|