Compare commits

..

No commits in common. "7397a2fe20bb5a5c27d70e82cc8ec50ed24ebd86" and "c89b291f6d3aebfe50165d50b510edf37d9148f9" have entirely different histories.

2 changed files with 0 additions and 8 deletions

1
.gitignore vendored
View file

@ -1,6 +1,5 @@
*
!*json*
!*.*sh
!*.py
!*.txt
!*.csv

View file

@ -1,7 +0,0 @@
#!/usr/bin/env zsh
function main() {
curl -s "https://qrcode.show/$1"
}
main "$1"