diff options
author | Joe <bousset.rudy@gmail.com> | 2022-08-16 13:16:30 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-08-16 13:16:30 +0200 |
commit | 06f0189845b205f2bc638d0015142e10f05a8a71 (patch) | |
tree | 3253a7c014a9c75f9fbdd3d974336f1aae793131 /.local/bin/status/sb-os | |
parent | sbupdate (diff) | |
download | dotfiles-bsd-06f0189845b205f2bc638d0015142e10f05a8a71.tar.gz dotfiles-bsd-06f0189845b205f2bc638d0015142e10f05a8a71.tar.bz2 dotfiles-bsd-06f0189845b205f2bc638d0015142e10f05a8a71.tar.xz dotfiles-bsd-06f0189845b205f2bc638d0015142e10f05a8a71.tar.zst dotfiles-bsd-06f0189845b205f2bc638d0015142e10f05a8a71.zip |
update
Diffstat (limited to '.local/bin/status/sb-os')
-rwxr-xr-x | .local/bin/status/sb-os | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.local/bin/status/sb-os b/.local/bin/status/sb-os new file mode 100755 index 0000000..820ce47 --- /dev/null +++ b/.local/bin/status/sb-os @@ -0,0 +1,11 @@ +#!/bin/sh + +os=$(uname) + +case $os in + "FreeBSD") os="" ;; + "Linux") os="" ;; + *) return ;; +esac + +echo "$os " |