about summary refs log tree commit diff stats
path: root/wiki/inc/lang/uk/revisions.txt
Commit message (Expand)AuthorAgeFilesLines
* installed dokuwiki, added to navbar, updated newsahriman2018-12-031-0/+4
Kartik Agaram <vc@akkartik.com> 2020-12-25 12:28:10 -0800 7401 - clean up support for non-Linux platforms' href='/akkartik/mu/commit/translate_mu_debug?h=hlt&id=47287fbf1af21207d8f847842fb32db9ee95e4c8'>47287fbf ^
3ec4bae2 ^


71e4f381 ^
3ec4bae2 ^
71e4f381 ^
1
2
3
4
5
6
7
8
9
10
11
         



                                                                             


      
                                     
 
                                                      
#!/bin/sh
# Translate given Mu files with debug information on Linux.
#
# (You _could_ do something similar on other platforms using emulation. But I
# often find that to be too slow.)

set -e

cat $* [0-9]*.mu    |./mu    > a.subx

./translate_subx_debug [0-9]*.subx mu-init.subx a.subx