the things
This commit is contained in:
parent
bc7920537e
commit
d1418b6444
15 changed files with 431 additions and 57 deletions
|
@ -2,5 +2,5 @@
|
|||
|
||||
date=$(date "+%-d\\/%-m")
|
||||
echo $(cat ~/documents/notes/bdays.md \
|
||||
| sed "/ $date/!d" \
|
||||
| sed "/ $date /!d" \
|
||||
| cut -d "|" -f3)
|
||||
|
|
|
@ -10,4 +10,4 @@ for s in all_statuses:
|
|||
print(line.split(":")[1].strip())
|
||||
exit(0)
|
||||
|
||||
print("no kb found")
|
||||
print("conputer bad")
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/bash
|
||||
sshfs -o idmap=user -o transform_symlinks ilo:/ ~/ilo
|
||||
|
4
scripts/vr_post_startup.sh
Executable file
4
scripts/vr_post_startup.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
sleep 4
|
||||
~/bin/steamvr-status/vr_status &
|
Loading…
Add table
Add a link
Reference in a new issue