mirror of
https://github.com/DoctorWkt/unix-jun72.git
synced 2026-04-05 05:23:12 +00:00
- use .s filename endings in rebuild.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
m() { cat pages/$2 > rebuilt/$1; }
|
||||
m() { cat pages/$2 > rebuilt/$1.s; }
|
||||
|
||||
test -d rebuilt || mkdir rebuilt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user