summaryrefslogtreecommitdiffstats
path: root/start
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2022-03-16 23:20:59 +0100
committerMaksymilian Jopek <maks@jopek.eu>2022-03-16 23:20:59 +0100
commitbf7852bccce954aff2d7c94161f4d301a0f29684 (patch)
treefc3f2aac4f843990b02992e02903df22857a1928 /start
downloadmlos-bf7852bccce954aff2d7c94161f4d301a0f29684.tar.gz
mlos-bf7852bccce954aff2d7c94161f4d301a0f29684.tar.zst
mlos-bf7852bccce954aff2d7c94161f4d301a0f29684.zip
Initial commit w/ v1.0.0
Diffstat (limited to 'start')
-rwxr-xr-xstart4
1 files changed, 4 insertions, 0 deletions
diff --git a/start b/start
new file mode 100755
index 0000000..5176169
--- /dev/null
+++ b/start
@@ -0,0 +1,4 @@
+#!/bin/sh
+#st -e pnpm dev &
+st -e php -S 0.0.0.0:8000 &
+lvim .