save point
This commit is contained in:
parent
6b681df935
commit
8f893d246e
3 changed files with 19 additions and 4 deletions
12
test.bash
Executable file
12
test.bash
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
source ./os_probe.bash
|
||||
|
||||
|
||||
if [ "$osp" = "Debian" ]; then
|
||||
echo "Debian"
|
||||
fi
|
||||
|
||||
if [ "$osp" = "Arch" ]; then
|
||||
echo "Arch"
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue