Files
2022-01-08 21:40:00 +01:00

11 lines
102 B
Bash

#!/bin/bash
function halsa
{
echo "Hejsan Jack-Benny"
}
if [ $UID -eq 1000 ]; then
halsa
fi