mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
4 lines
44 B
Bash
Executable File
4 lines
44 B
Bash
Executable File
#!/usr/bin/env bash
|
|
xz -c -d "$1" | less -
|
|
|