Files
sib_11_gestion_erreurs/random.sh

5 lines
80 B
Bash

#! /bin/bash
# return a random number between 0 and 2
exit $(( $RANDOM % 3 ))