5 lines
88 B
Bash
5 lines
88 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
export $(cat /var/easyctf/env | xargs)
|
||
|
python3 manage.py import ~/problems
|