mirror of https://github.com/fengyuhetao/shell.git
7 lines
50 B
Plaintext
7 lines
50 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
BEGIN{FS="\n"; RS=""}
|
||
|
{
|
||
|
myprint()
|
||
|
}
|