summaryrefslogtreecommitdiffstats
path: root/start
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2023-02-25 19:06:54 +0100
committerMaksymilian Jopek <maks@jopek.eu>2023-03-26 20:04:17 +0200
commit19218d758d4fc0f8f5db5a97eb9dcfdb5086f844 (patch)
tree9a5e956cd6561e7d1919e19e5d080c69017763c2 /start
parent3df4ebc26d93afed16670e37edb26aa3b5a17317 (diff)
downloadmlos-19218d758d4fc0f8f5db5a97eb9dcfdb5086f844.tar.gz
mlos-19218d758d4fc0f8f5db5a97eb9dcfdb5086f844.tar.zst
mlos-19218d758d4fc0f8f5db5a97eb9dcfdb5086f844.zip
Remove path from repo
Add start script
Diffstat (limited to 'start')
-rwxr-xr-xstart4
1 files changed, 1 insertions, 3 deletions
diff --git a/start b/start
index 5176169..c3a84e0 100755
--- a/start
+++ b/start
@@ -1,4 +1,2 @@
#!/bin/sh
-#st -e pnpm dev &
-st -e php -S 0.0.0.0:8000 &
-lvim .
+php -S 0.0.0.0:8000