Minetest Forums
The official
Minetest
discussion board
Skip to content
Search
Advanced search
Quick links
Unanswered topics
Active topics
Search
Members
The team
Login
Register
Board index
Search
Viewing profile - luk3yx
Member
Username:
luk3yx
Groups:
Members from the PunBB times
Registered users
GitHub:
luk3yx
IRC:
luk3yx
In-game:
luk3yx
Location:
Earth
Contact luk3yx
Website:
Visit website
SPECIAL FUNCTIONS
List all
topics
posted by this user
List all
mods
posted by this user
User statistics
Joined:
Sun Oct 21, 2012 18:14
Last active:
Wed Feb 24, 2021 01:05
Total posts:
67 |
Search user’s posts
(0.02% of all posts / 0.02 posts per day)
Most active forum:
Builds
(21 Posts / 31.34% of user’s posts)
Most active topic:
[Linux] luk3yx's unofficial Minetest snap.
(21 Posts / 31.34% 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"; }