File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,10 @@ staleLabel: "👀 Awaiting Response"
1010# Comment to post when marking an issue as stale. Set to `false` to disable
1111markComment : >
1212 This issue has been automatically marked as stale because it has not had
13- recent activity. It will be closed in a week if no further activity occurs.
14- Thank you for your contribution.
13+ any recent activity. It will be closed in a week if no further activity occurs.
14+ Thank you for your contribution(s) .
1515# Comment to post when closing a stale issue. Set to `false` to disable
1616closeComment : >
1717 This issue has been automatically closed due to it not having any
18- activity since it was marked as stale. Thank you for your contribution.
18+ activity since it was marked as stale.
19+ Thank you for your contribution(s).
Original file line number Diff line number Diff line change 1+ @ echo off
2+ IF [%1 ] == [] (
3+ REM -- manually opened console (Ctrl + Shift + `) --
4+ CALL " %~dp0 ..\init.bat"
5+ ) ELSE (
6+ REM -- task --
7+ CALL cmd %*
8+ exit
9+ )
You can’t perform that action at this time.
0 commit comments