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
| [ | |
| { | |
| "vendor":0, | |
| "path":[ | |
| [ | |
| -97.743, | |
| 30.284 | |
| ], | |
| [ | |
| -97.743, |
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
| #!/bin/bash | |
| # A script for updating apt-based Linux distros | |
| # ... put it in ~/.local/bin, /usr/local/bin, or anywhere in your $PATH | |
| # exit on error | |
| set -e | |
| # Function Definitions | |
| function exec_red { | |
| printf "\\n\e[1;31m%s\e[0m\\n" "$*" |
NewerOlder