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