Remove unnecessary scripts

This commit is contained in:
Alex Dima 2021-10-20 18:48:49 +02:00
parent 822f995357
commit 4cd2b53b31
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
2 changed files with 0 additions and 8 deletions

View file

@ -1,6 +0,0 @@
@echo off
setlocal
node %~dp0\bin-dev\code-web.js --selfhost %*
endlocal

View file

@ -1,2 +0,0 @@
#!/usr/bin/env sh
node $(dirname "$0")/bin-dev/code-web.js --selfhost "$@"