繁忙的盒子,运行C,python或Perl程序

前端之家收集整理的这篇文章主要介绍了繁忙的盒子,运行C,python或Perl程序前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

我只有bourne shell和busy Box.
有没有办法运行python脚本或编译c程序或任何语言,如perl ..

喜欢
busyBox python eatmemory.py 100M

要么

busyBox gcc eatmemory.c

我需要的是创建一个消耗特定内存量的进程.并测试性能.

谢谢

最佳答案
如果你的问题是

Does busyBox come with a python interpreter or C compiler?

然后答案是否定的.

如果是

Is there a way to write a script that will run under busyBoxash shell which will just allocate some memory for me?

然后看安德烈建议的this答案.

原文链接:https://www.f2er.com/python/439531.html

猜你在找的Python相关文章