This website works better with JavaScript.
Explore
Help
Sign In
coolfactor
/
f2mc-16l
Watch
1
Star
0
Fork
You've already forked f2mc-16l
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
Use /usr/bin/env to make it more likely that perl gets found.
master
Gavan Fantom
14 years ago
parent
34fb4bc042
commit
41b8e0b7f6
1 changed files
with
1 additions
and
1 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
2
disassem.pl
2
disassem.pl
Unescape
Escape
View File
@ -1,4 +1,4 @@
#!/usr/
pkg/
bin/perl
#!/usr/bin/
env
perl
open
FILE
,
"input.bin"
or
die
$!
;
open
FILE
,
"input.bin"
or
die
$!
;
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
coolfactor/f2mc-16l
Title
Body
Create Issue