An open API service indexing awesome lists of open source software.

https://github.com/scnu-socoding/scnucpc-print-queue-lister

SCNUCPC 2020 代码打印队列
https://github.com/scnu-socoding/scnucpc-print-queue-lister

php

Last synced: 10 months ago
JSON representation

SCNUCPC 2020 代码打印队列

Awesome Lists containing this project

README

          

# SCNUCPC 2020 代码打印队列

DOMjudge `print_command` 配置如下:

```
t=[teamname] && f=/var/www/scnuoj/domjudge_print && cp [file] $f && cd $f && mv [file] team[teamid]-T$(date +"%m%d%H%M%S").[language] && rm -rf php*
```