Created
September 20, 2018 13:27
-
-
Save GabrielMMelo/29e0bc480e98bec208969f5e6dd85339 to your computer and use it in GitHub Desktop.
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 | |
touch /mnt/d/Dropbox/EMakers/pautas_atas/2018/pautas/Pauta_$1_$2.txt | |
cat /mnt/d/Dropbox/EMakers/pautas_atas/templates/pauta.txt >> /mnt/d/Dropbox/EMakers/pautas_atas/2018/pautas/Pauta_$1_$2.txt | |
sed -i -- "s/DATA/$2/g" /mnt/d/Dropbox/EMakers/pautas_atas/2018/pautas/Pauta_$1_$2.txt | |
sed -i -- "s/TIPO/$1/g" /mnt/d/Dropbox/EMakers/pautas_atas/2018/pautas/Pauta_$1_$2.txt | |
vim /mnt/d/Dropbox/EMakers/pautas_atas/2018/pautas/Pauta_$1_$2.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment