6 lines
55 B
Bash
6 lines
55 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
#run init script
|
||
|
|
python3 travler_init.py
|
||
|
|
|