Shell scripts for adding databases to an ubuntu/xenial64 box.
Add the following to the Vagrantfile to add a database.
config.vm.provision "shell", path: "./script-name.sh"
| local CursorFrame = CreateFrame("Frame", "CursorFrame", UIParent) | |
| CursorFrame:SetFrameStrata("TOOLTIP") | |
| CursorFrame:Show() | |
| CursorFrame.Presets = { | |
| ["Electric, blue long"] = { | |
| ["Path"] = "spells\\lightningboltivus_missile.mdx", | |
| ["MagicNumber"] = 148.1, | |
| ["Facing"] = 0 | |
| } |
Shell scripts for adding databases to an ubuntu/xenial64 box.
Add the following to the Vagrantfile to add a database.
config.vm.provision "shell", path: "./script-name.sh"