Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 455 Bytes

File metadata and controls

14 lines (11 loc) · 455 Bytes
description "file": "mGBA-*-wii.7z"

File

File name. Can contain unix filename patterns, with the intention to always support the latest version.

Pattern Matching
* matches everything
? matches any single character
[seq] matches any character in seq
[!seq] matches any character not in seq