save point

This commit is contained in:
Paul M 2023-10-02 20:53:01 -05:00
parent 6b681df935
commit 8f893d246e
3 changed files with 19 additions and 4 deletions

12
test.bash Executable file
View 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