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
- financeiro | |
#5168 - Checklist sprint 9 | |
- relaorio-agenda 2 | |
#5163 - Agenda | |
- refatorar-sti-rep | |
#5137 - Refatorar STI de repetição | |
- financeiro |
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 | |
# carregando configurações via params | |
# for i in $* | |
# do | |
# if [[ "$i" == '-y' || "$i" == '-Y' ]] ; then | |
# all_alowed=true | |
# fi | |
# done |