mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-12 16:38:37 -05:00
6 lines
89 B
Bash
Executable File
6 lines
89 B
Bash
Executable File
#!/bin/bash
|
|
|
|
file="memprof.txt"
|
|
mode="core"
|
|
bundle exec rake profile:memory[$file,$mode]
|