7 lines
140 B
Bash
7 lines
140 B
Bash
|
#!/bin/bash
|
||
|
_getHeader "$name" "$author"
|
||
|
|
||
|
sel=""
|
||
|
_getConfSelector animation.conf animations
|
||
|
_getConfEditor animation.conf $sel
|
||
|
_reloadModule
|