lxsh/test/fct.sh
2021-12-20 15:59:42 +01:00

11 lines
65 B
Bash

#!/bin/sh
toto() {
echo toto
}
tata () {
echo tata
}
toto