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 | |
# author: Marcos Oliveira <terminalroot.com.br> | |
# describe: Clone Only a Git Subdirectory | |
# version: 1.0 | |
# license: GNU GPLv3 | |
if [[ "$(echo $LANG | cut -c 1-2)" != "pt" ]]; then | |
declare -x l=( "usage" | |
"Use this flag to inform the REPOSITORY, this option is not optional." |