mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
8 lines
71 B
Bash
8 lines
71 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
node --prof bin/nak 'var' ../
|
|
|
|
nprof > profiler.txt
|