CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

| Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

Views: 418346
1
#!/bin/sh
2
cd ../tmp/
3
cat ../tracing/stdhead.txt euler.localhost.26133.tr euler.localhost.26134.tr euler.client.tr > euler.trs
4
cat ../tracing/stdhead.txt quillen16.localhost.26133.tr quillen16.localhost.26134.tr quillen16.client.tr > quillen16.trs
5
cat ../tracing/stdhead.txt quillen100.localhost.26133.tr quillen100.localhost.26134.tr quillen100.client.tr > quillen100.trs
6
cat ../tracing/stdhead.txt vkg64.localhost.26133.tr vkg64.localhost.26134.tr vkg64.client.tr > vkg64.trs
7
cat ../tracing/stdhead.txt vkg81.localhost.26133.tr vkg81.localhost.26134.tr vkg81.client.tr > vkg81.trs
8
rm *.tr
9