Viewing profile - luk3yx

User avatar
Member
Username:
luk3yx
Groups:
GitHub:
luk3yx
IRC:
luk3yx
In-game:
luk3yx
Location:
Earth

User statistics

Joined:
Sun Oct 21, 2012 18:14
Last active:
Fri Mar 15, 2024 02:43
Total posts:
83 | Search user’s posts
(0.02% of all posts / 0.02 posts per day)
Most active forum:
Engine Builds
(21 Posts / 25.30% of user’s posts)
Most active topic:
[Linux] luk3yx's unofficial Minetest snap.
(21 Posts / 25.30% of user’s posts)

Signature

git_undo() { [ -e .git ] || return 1; local r=$(git remote get-url origin); cd ..; rm -rf "$OLDPWD"; git clone "$r" "$OLDPWD"; cd "$OLDPWD"; }