summaryrefslogtreecommitdiffstats
path: root/.local/bin/status/sb-os
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-x.local/bin/status/sb-os10
1 files changed, 4 insertions, 6 deletions
diff --git a/.local/bin/status/sb-os b/.local/bin/status/sb-os
index 820ce47..5f0973e 100755
--- a/.local/bin/status/sb-os
+++ b/.local/bin/status/sb-os
@@ -1,11 +1,9 @@
#!/bin/sh
-os=$(uname)
-
-case $os in
- "FreeBSD") os="" ;;
- "Linux") os="" ;;
- *) return ;;
+case $(hostname -s) in
+ mother) os="" ;;
+ po-rbo) os="" ;;
+ mars) os="" ;;
esac
echo "$os "