#!/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
Links to nice things |
---|
💻 You can read about some of my projects here
⚙️ I host my own Gitea instance
- Here you can find all my personal projects
🚀 You can find me on Github
- Here I help out other projects
📫 Contact Me
- Email: [email protected]
- Mastodon: @[email protected]
☕️ Support Me
If you find my work helpful, please consider buying me a coffee ☕️
Well, that’s all! |
---|
For now at least 😉