update readme

This commit is contained in:
u80864958 2024-10-07 22:11:05 +02:00
parent 50bcdedb9b
commit d367d166a9
3 changed files with 7 additions and 4 deletions

0
.asdf
View File

View File

@ -0,0 +1,7 @@
# Timer
Timer times the time it took you to realize your project
Counts the time in your editor inside on directory.
Not beeing inside the editor for less than 5 minutes gets counted as beeing
inside the editor.

View File

@ -1,4 +0,0 @@
local username = os.getenv("USER")
local hostname = io.popen("hostname -s"):read("*a")
print(username)
print(hostname)