mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-02 23:31:56 +00:00
5 lines
144 B
Plaintext
5 lines
144 B
Plaintext
|
# unbundle - unpack a bundle into separate files
|
||
|
|
||
|
$1 != prev { close(prev); prev = $1 }
|
||
|
{ print substr($0, index($0, " ") + 1) >$1 }
|