From dbb66972ebd987f60e10939bfb4493f87bbc73c3 Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Tue, 26 Oct 2021 16:49:09 +0200 Subject: Quick commit with sort-of working WYSiWYG and moving chit --- start | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 start (limited to 'start') diff --git a/start b/start new file mode 100755 index 0000000..eab407e --- /dev/null +++ b/start @@ -0,0 +1,11 @@ +#!/bin/sh + +terminal=st +# OpenInTerminal +oit() { + $terminal -e $@ +} +oit "lvim src/index.ts" & +oit "yarn serve " & +oit "src/server/start" & + -- cgit v1.3.1