File tree 4 files changed +15
-66
lines changed
4 files changed +15
-66
lines changed Original file line number Diff line number Diff line change 145
145
</Link >
146
146
</ItemDefinitionGroup >
147
147
<ItemGroup >
148
- <Text Include =" ReadMe.txt " />
148
+ <Text Include =" README.md " />
149
149
</ItemGroup >
150
150
<ItemGroup >
151
151
<ClInclude Include =" Bashground.h" />
Original file line number Diff line number Diff line change 14
14
<Extensions >rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions >
15
15
</Filter >
16
16
</ItemGroup >
17
- <ItemGroup >
18
- <Text Include =" ReadMe.txt" />
19
- </ItemGroup >
20
17
<ItemGroup >
21
18
<ClInclude Include =" stdafx.h" >
22
19
<Filter >Header Files</Filter >
57
54
<Filter >Resource Files</Filter >
58
55
</Manifest >
59
56
</ItemGroup >
57
+ <ItemGroup >
58
+ <Text Include =" README.md" />
59
+ </ItemGroup >
60
60
</Project >
Original file line number Diff line number Diff line change
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サブシステムがシャットダウンしないように維持するだけのプログラム。
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments