mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +00:00
6 lines
61 B
Plaintext
6 lines
61 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# Run llvm-dis with same arguments
|
||
|
#
|
||
|
llvm-dis $*
|