Skip to content

Instantly share code, notes, and snippets.

@m5knt
Last active May 16, 2023 08:02
Show Gist options
  • Save m5knt/fc5e4d925e9a7c59765a2f5ff52b63d4 to your computer and use it in GitHub Desktop.
Save m5knt/fc5e4d925e9a7c59765a2f5ff52b63d4 to your computer and use it in GitHub Desktop.
シェルスクリプトを内包するバッチファイル
: rem="
@echo off
type %~f0 | bash
exit /b %ERRORLEVEL%
";
echo "aaa"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment