5 lines
59 B
Bash
5 lines
59 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
cd python_folder
|
||
|
|
|
||
|
|
bin/python ../rustore_jwt.py
|