run
来自「The Staged Event-Driven Architecture (SE」· 代码 · 共 13 行
TXT
13 行
#!/usr/bin/perl`killall -9 java`;$hostname = `/bin/hostname`; chop $hostname;print STDERR "Hostname: $hostname\n";# Sleep for up to 10 seconds$sleep = rand 10;select(undef, undef, undef, $sleep);print STDERR "Running command: @ARGV\n";exec @ARGV;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?