This website requires JavaScript.
Explore
Help
Sign In
mattmcw
/
content
Watch
1
Star
0
Fork
You've already forked content
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5e93a5639b
content
/
generate.sh
9 lines
100 B
Bash
Raw
Normal View
History
Unescape
Escape
Initial commit with all important and non-generated files.
2024-01-01 23:58:00 +00:00
#!/bin/bash
FILE
=
"
${
1
}
"
OUTPUT
=
"
${
2
}
"
cat
${
FILE
}
|
qrencode -s
10
-8 -o
"
${
OUTPUT
}
"
All progress up until iOS tests (not working)
2024-12-23 02:49:27 +00:00
#-O3 -flto