#!/bin/bash
git clone https://stefka.eu/
cd stefka.eu
export NAME="Jiří Štefka"
export YearOfBirth=2002
export JOB="student"
export LIFE_STYLE="scouting"
export CURIOUS=1
export HOBBIES="coding,
music (guitar),
driving,
repairing stuff,
..."
gcc -Wall -Wextra -g person.c -o $NAME
./$NAME -$YearOfBirth -$JOB -$LIFE_STYLE -$CURIOUS -$HOBBIES
Yup, that’s me ↑.
You're probably wondering how I got here. Well it all started
- Here you can find all my personal projects
- Here I help out other projects
☕️ Support Me
If you find my work helpful, please consider buying me a coffee ☕️
For now at least 😉