
2. Added calls of drivers. Now heat is called from cmd instead of client. Should be rewritten. 3. ActiveDirectory makes a static template. Need to rewrite this with working with actual parameters.
6 lines
41 B
Bash
Executable File
6 lines
41 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source openrc.sh
|
|
heat "$@"
|
|
|