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 代码打印队列
- Host: GitHub
- URL: https://github.com/scnu-socoding/scnucpc-print-queue-lister
- Owner: scnu-socoding
- Created: 2020-12-14T10:29:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-24T13:36:52.000Z (over 5 years ago)
- Last Synced: 2025-01-09T20:44:15.076Z (over 1 year ago)
- Topics: php
- Language: PHP
- Size: 230 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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*
```