9 lines
176 B
Bash
9 lines
176 B
Bash
|
#!/usr/bin/env bash
|
||
|
#
|
||
|
# Allow mako to show notifications again.
|
||
|
set -euo pipefail
|
||
|
IFS=$'\n\t'
|
||
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||
|
|
||
|
makoctl set-mode default
|