This website requires JavaScript.
Explore
Help
Sign In
MapleShrine
/
mkxp
Watch
1
Star
0
Fork
You've already forked mkxp
0
Code
Issues
32
Pull Requests
11
Projects
Releases
Wiki
Activity
9b46b5ce91
mkxp
/
extra
/
dummify.sh
15 lines
126 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
for
f in Graphics/**/*
do
echo
$f
echo
"1"
>
$f
done
for
f in Audio/**/*
do
echo
$f
echo
"1"
>
$f
done
Reference in New Issue
View Git Blame
Copy Permalink