mirror of
https://github.com/danog/toncontest.git
synced 2024-11-26 20:15:01 +01:00
10 lines
180 B
Plaintext
10 lines
180 B
Plaintext
{
|
|
."usage: " @' $0 type ." <input>" cr
|
|
."Inspects contents of multisig <input>.boc file." cr 1 halt
|
|
} : usage
|
|
$# 1 < ' usage if
|
|
|
|
"lib.fif" include
|
|
|
|
$1 +".boc" load-boc inspect
|