greet user with their name

This commit is contained in:
Khaïs COLIN 2024-07-14 19:48:08 +02:00
parent e098baef28
commit cc272f0cce

View file

@ -11,7 +11,7 @@ in {
text = ''
#!/usr/bin/env bash
echo 'Hello, World!'
echo 'Hello, ${username}!'
echo '*slaps roof* This script can fit so many lines in it!'
'';
executable = true;