TetaTricks/code/shell/fonctions.sh

5 lines
40 B
Bash
Raw Normal View History

2023-10-08 21:56:41 +02:00
#!/bin/sh
message ()
{
echo $1 | boxes
}