Polyester.jl
The cheapest threads you can find!
File Explorer
- CI-julia-nightly.yml
- CI.yml
- CompatHelper.yml
- Invalidations.yml
- TagBot.yml
- dependabot.yml
- index.md
- make.jl
- Project.toml
- batch.jl
- closure.jl
- Polyester.jl
- runtests.jl
- .gitignore
- .JuliaFormatter.toml
- LICENSE
- Project.toml
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
batch
View Details ▼
batch
Execute commands at a later time when the system load levels permit.
Results will be sent to the user's mail.
See also: `at`, `atq`, `atrm`, `mail`.
batch
Execute commands from `stdin` (press `<Ctrl d>` when done):
systemctl start atd
Start the `atd` daemon:
echo "{{./make_db_backup.sh}}" | batch
Execute a command from `stdin`:
julia
View Details ▼
julia
A high-level, high-performance dynamic programming language for technical computing.
julia
Start a REPL (interactive shell):
julia {{program.jl}}
Execute a Julia program and exit:
julia {{program.jl}} {{arguments}}
Execute a Julia program that takes arguments:
