Compare commits
	
		
			No commits in common. "56a422c542d6d99d0045adaa2face6d5e9c64888" and "d1cc486261440619187c0fefaa90fa0867d55366" have entirely different histories. 
		
	
	
		
			56a422c542
			...
			d1cc486261
		
	
		| 
						 | 
				
			
			@ -3,5 +3,3 @@
 | 
			
		|||
/dist
 | 
			
		||||
 | 
			
		||||
/.idea
 | 
			
		||||
 | 
			
		||||
bck.words.txt
 | 
			
		||||
| 
						 | 
				
			
			@ -1,12 +0,0 @@
 | 
			
		|||
#!/bin/bash
 | 
			
		||||
 | 
			
		||||
cp words.txt bck.words.txt
 | 
			
		||||
 | 
			
		||||
if [ $? -eq 0 ]; then
 | 
			
		||||
    tr '[:lower:]' '[:upper:]' < words.txt | sort -u > words_tmp.txt
 | 
			
		||||
    mv words_tmp.txt words.txt
 | 
			
		||||
 | 
			
		||||
    echo "Done"
 | 
			
		||||
else
 | 
			
		||||
    echo "Fail"
 | 
			
		||||
fi
 | 
			
		||||
| 
						 | 
				
			
			@ -266,7 +266,6 @@ BLEDO
 | 
			
		|||
BLUSA
 | 
			
		||||
BOBOS
 | 
			
		||||
BOCAL
 | 
			
		||||
BODAS
 | 
			
		||||
BOINA
 | 
			
		||||
BOLLO
 | 
			
		||||
BOLOS
 | 
			
		||||
| 
						 | 
				
			
			@ -641,7 +640,6 @@ DOLOR
 | 
			
		|||
DOMAR
 | 
			
		||||
DONAN
 | 
			
		||||
DONAR
 | 
			
		||||
DONAS
 | 
			
		||||
DONDE
 | 
			
		||||
DONEN
 | 
			
		||||
DOÑAS
 | 
			
		||||
| 
						 | 
				
			
			@ -1013,7 +1011,6 @@ JERBO
 | 
			
		|||
JEREZ
 | 
			
		||||
JERGA
 | 
			
		||||
JIBIA
 | 
			
		||||
JODIA
 | 
			
		||||
JOVEN
 | 
			
		||||
JUEGO
 | 
			
		||||
JUGAR
 | 
			
		||||
| 
						 | 
				
			
			@ -1254,16 +1251,13 @@ MORAN
 | 
			
		|||
MORAR
 | 
			
		||||
MORAS
 | 
			
		||||
MORBO
 | 
			
		||||
MORIA
 | 
			
		||||
MORIR
 | 
			
		||||
MORSA
 | 
			
		||||
MORSE
 | 
			
		||||
MOSCA
 | 
			
		||||
MOSCO
 | 
			
		||||
MOTEL
 | 
			
		||||
MOTOR
 | 
			
		||||
MOVER
 | 
			
		||||
MOVIA
 | 
			
		||||
MOZOS
 | 
			
		||||
MUCHA
 | 
			
		||||
MUCHO
 | 
			
		||||
| 
						 | 
				
			
			@ -1548,7 +1542,6 @@ PODAN
 | 
			
		|||
PODAR
 | 
			
		||||
PODAS
 | 
			
		||||
PODER
 | 
			
		||||
PODIA
 | 
			
		||||
PODIO
 | 
			
		||||
PODRE
 | 
			
		||||
POEMA
 | 
			
		||||
| 
						 | 
				
			
			@ -1958,7 +1951,6 @@ TEJAN
 | 
			
		|||
TEJEN
 | 
			
		||||
TEJER
 | 
			
		||||
TELAR
 | 
			
		||||
TELAS
 | 
			
		||||
TELES
 | 
			
		||||
TEMAS
 | 
			
		||||
TEMER
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue