6 lines
114 B
Bash
6 lines
114 B
Bash
#!/bin/bash
|
|
set -a
|
|
source .env
|
|
set +a
|
|
echo "Quelle heure est-il ?" | timeout 30 ./build/aissia --interactive
|