summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rwxr-xr-xassets/wrap_term_launch.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/wrap_term_launch.sh b/assets/wrap_term_launch.sh
new file mode 100755
index 0000000..caf60c7
--- /dev/null
+++ b/assets/wrap_term_launch.sh
@@ -0,0 +1,5 @@
+#!/usr/bin/env sh
+
+cat ~/.local/state/caelestia/sequences.txt 2>/dev/null
+
+exec "$@"