7 lines
106 B
Bash
7 lines
106 B
Bash
#!/bin/bash
|
|
echo "Exercice 3"
|
|
su - invite
|
|
echo "date" >> utcd.sh
|
|
chmod u+x utcd.sh
|
|
ls -l utcd.sh
|
|
./utcd.sh |