mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 00:02:28 +00:00
Stop using .com extension in monorepo
The WIN32 CreateProcess() function does not require an .exe or .com suffix in order to spawn an executable. Now that we have Cosmo bash we're no longer so dependent on the cmd.exe prompt.
This commit is contained in:
parent
c8383f25b4
commit
a6baba1b07
239 changed files with 2092 additions and 2244 deletions
|
@ -30,9 +30,9 @@
|
|||
* something almost representing a source code file. A hack also exists
|
||||
* for comments in such files: 𝘶𝘴𝘦 𝑛𝑜𝑛-𝑎𝑠𝑐𝑖𝑖 𝗹𝗲𝘁𝘁𝗲𝗿𝗶𝗻𝗴 𝔞𝔩𝔱𝔢𝔯𝔫𝔞𝔱𝔦𝔳𝔢𝔰.
|
||||
*
|
||||
* bash$ o/tool/viz/bing.com </bin/sh | o/tool/viz/fold.com >sh.txt
|
||||
* bash$ o/tool/viz/bing </bin/sh | o/tool/viz/fold >sh.txt
|
||||
* bash$ emacs sh.txt
|
||||
* bash$ o/tool/viz/unbing.com <sh.txt >sh
|
||||
* bash$ o/tool/viz/unbing <sh.txt >sh
|
||||
* bash$ chmod +x sh
|
||||
* bash$ ./sh
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue