the things

This commit is contained in:
Crispy 2024-01-24 21:05:21 +01:00
parent bc7920537e
commit d1418b6444
15 changed files with 431 additions and 57 deletions

View file

@ -2,5 +2,5 @@
date=$(date "+%-d\\/%-m")
echo $(cat ~/documents/notes/bdays.md \
| sed "/ $date/!d" \
| sed "/ $date /!d" \
| cut -d "|" -f3)

View file

@ -10,4 +10,4 @@ for s in all_statuses:
print(line.split(":")[1].strip())
exit(0)
print("no kb found")
print("conputer bad")

View file

@ -1,3 +0,0 @@
#!/bin/bash
sshfs -o idmap=user -o transform_symlinks ilo:/ ~/ilo

4
scripts/vr_post_startup.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/bash
sleep 4
~/bin/steamvr-status/vr_status &