This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/vagrantSandbox/initOpenSUSEScript.sh

17 lines
184 B
Bash
Raw Normal View History

#! /bin/bash
boxName=$1
echo
echo "Init script for $boxName"
echo
echo
echo "FreeBSD-specific ended. Now doing general stuff"
echo
/vagrant/initGeneralScript.sh
echo
echo "Ended"