dotfiles/test
2016-07-01 22:55:05 +02:00

10 lines
150 B
Bash
Executable file

#!/bin/bash
if [[ -z $DETECTED_OS ]]; then
echo "cannot detect OS, please set DETECTED_OS manually"
exit 1
fi
./$DETECTED_OS/test_outsider