This website requires JavaScript.
Explore
Help
Sign In
tosu
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
50d97d819a
dotfiles
/
.local
/
bin
/
qr
6 lines
85 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
[
-t
1
]
&&
qrencode -m2 -t ANSI256UTF8
"
$@
"
||
qrencode -m2 -t UTF8
"
$@
"
Reference in New Issue
View Git Blame
Copy Permalink