mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-13 17:48:10 +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 -
|
|
|