diff options
Diffstat (limited to 'device/panacea_nebula_post')
-rw-r--r-- | device/panacea_nebula_post | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/device/panacea_nebula_post b/device/panacea_nebula_post new file mode 100644 index 0000000..059da9b --- /dev/null +++ b/device/panacea_nebula_post @@ -0,0 +1,6 @@ +#!/bin/zsh + +# Portable Panacea (~nebula) +# See panacea_nebula_pre for info. + +source "$(realpath "$0" | xargs dirname)/panacea_post" |