chore: fix scripts
parent
761446665d
commit
f8aa9c29c1
@ -0,0 +1,6 @@
|
||||
@echo off
|
||||
setlocal
|
||||
|
||||
set "SCRIPT_DIR=%~dp0"
|
||||
call "%SCRIPT_DIR%scripts\iti.cmd" %*
|
||||
exit /b %ERRORLEVEL%
|
||||
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env sh
|
||||
set -eu
|
||||
|
||||
SCRIPT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
|
||||
exec sh "$SCRIPT_DIR/scripts/iti.sh" "$@"
|
||||
Loading…
Reference in New Issue