8 lines
85 B
Bash
Executable file
8 lines
85 B
Bash
Executable file
#!/bin/sh
|
|
|
|
hostname=$(hostname)
|
|
|
|
if [ "$hostname" = "laptop" ]; then
|
|
hyprilde
|
|
fi
|