Skip to content

Commit a7a0294

Browse files
committed
Update readme
1 parent 569f91e commit a7a0294

File tree

4 files changed

+15
-66
lines changed

4 files changed

+15
-66
lines changed

Bashground/Bashground.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
</Link>
146146
</ItemDefinitionGroup>
147147
<ItemGroup>
148-
<Text Include="ReadMe.txt" />
148+
<Text Include="README.md" />
149149
</ItemGroup>
150150
<ItemGroup>
151151
<ClInclude Include="Bashground.h" />

Bashground/Bashground.vcxproj.filters

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
1515
</Filter>
1616
</ItemGroup>
17-
<ItemGroup>
18-
<Text Include="ReadMe.txt" />
19-
</ItemGroup>
2017
<ItemGroup>
2118
<ClInclude Include="stdafx.h">
2219
<Filter>Header Files</Filter>
@@ -57,4 +54,7 @@
5754
<Filter>Resource Files</Filter>
5855
</Manifest>
5956
</ItemGroup>
57+
<ItemGroup>
58+
<Text Include="README.md" />
59+
</ItemGroup>
6060
</Project>

Bashground/README.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Bashground
2+
=====
3+
4+
Bash on Windows process runs in backgroud.
5+
6+
背景
7+
----
8+
9+
Bash on Windows で tmux 起動しててもbashのウィンドウがすべて終了した時点でLinuxサブシステムがシャットダウンしてしまう。つまりtmuxセッションが維持できなくてとても悲しい。
10+
11+
そのために、見えないところでBashを起動してLinuxサブシステムがシャットダウンしないように維持するだけのプログラム。

Bashground/ReadMe.txt

-62
This file was deleted.

0 commit comments

Comments
 (0)