8 lines
108 B
Bash
8 lines
108 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
. scripts/plugin.sh
|
||
|
|
||
|
echo "... installing Wintergreen theme"
|
||
|
install wintergreen
|
||
|
echo ".// done"
|