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 | |
# All my gist code is licensed under the terms of the MIT license. | |
# Video demo: https://www.youtube.com/watch?v=nf3ddQniw-o | |
#!/usr/bin/env bash | |
# diffc - diff commands | |
# - allows to call as: diffc 'command one' 'command two' |
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 | |
# | |
# Siddharth Dushantha 2022 | |
# | |
# https://github.com/sdushantha/bin | |
# | |
image_file="/tmp/ocr.png" | |
# Check if the needed dependencies are installed |
NewerOlder