mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-03-31 01:01:31 +08:00
6 lines
75 B
Bash
6 lines
75 B
Bash
#!/bin/bash
|
|
|
|
BangumiName=$1
|
|
|
|
python3 /path/rule_set.py --name $BangumiName
|