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
ec82c36ca3
content
/
generate.sh
7 lines
88 B
Bash
Raw
Blame
History
#!/bin/bash
FILE
=
"
${
1
}
"
OUTPUT
=
"
${
2
}
"
cat
${
FILE
}
|
qrencode -s
10
-8 -o
"
${
OUTPUT
}
"
Reference in New Issue
View Git Blame
Copy Permalink