Compare commits
2 commits
c89b291f6d
...
7397a2fe20
Author | SHA1 | Date | |
---|---|---|---|
|
7397a2fe20 | ||
|
74a1aa88cc |
2 changed files with 8 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
||||||
*
|
*
|
||||||
!*json*
|
!*json*
|
||||||
|
!*.*sh
|
||||||
!*.py
|
!*.py
|
||||||
!*.txt
|
!*.txt
|
||||||
!*.csv
|
!*.csv
|
||||||
|
|
7
qr_G3n.zsh
Normal file
7
qr_G3n.zsh
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
|
function main() {
|
||||||
|
curl -s "https://qrcode.show/$1"
|
||||||
|
}
|
||||||
|
|
||||||
|
main "$1"
|
Loading…
Add table
Add a link
Reference in a new issue