This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Informa as doses disponíveis para vacinação contra COVID em SBC - SP | |
# Necessário instalar o programa jq | |
# Exemplos: | |
# - getVacina 1 | |
# - getVacina 2 ASTRAZENECA | |
# - getVacina 3 | |
# Victor Oliveira <[email protected]> | |
getVacina() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
By default, Sublime Text uses software renderer on Linux. Using OpenGL can improve performance. | |
To enable OpenGL, add the following lines to Sublime Text preferences file: | |
"hardware_acceleration": "opengl", |
NewerOlder