adding idk things
This commit is contained in:
parent
e75be2bdfa
commit
bb7a0dc58e
3 changed files with 24 additions and 0 deletions
7
scripts/laptopdet
Executable file
7
scripts/laptopdet
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/fish
|
||||
#detect whether running on laptop or not
|
||||
if hostname = "syl"
|
||||
echo true
|
||||
else
|
||||
echo false
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue