25 lines
		
	
	
		
			461 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			461 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| #xcrypted
 | |
| # Regis Girard 
 | |
| # version 2019-13-06
 | |
| 
 | |
| source ${LIBSH}/libeval.sh
 | |
| 
 | |
| #-----------------------------------------
 | |
| challenge=C14Q3
 | |
| rep=/home/alice/Sequence1/A14
 | |
| #-----------------------------------------
 | |
| # Debut
 | |
| banniere   $challenge 
 | |
| 
 | |
| # current rep
 | |
| [ "$rep" == $(pwd) ]
 | |
| step $(vraifaux $?) "Le repertoire courant est $rep" true
 | |
| 
 | |
| #-----------------------------------------
 | |
| # Fin
 | |
| status "${challenge}_$res"
 | |
| exit 0
 | |
| 
 | |
| # listcode = [ '000',  'f32' ]
 | 
