7 lines
72 B
Bash
7 lines
72 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
hostname=$(hostname)
|
||
|
|
||
|
[ "$hostname" = "latop" ] && hyprilde
|
||
|
|