mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-10 15:38:19 -05:00
- Separate generic server code from app logic - Refactor folder layout to put examples in separate folders - Separate shared client assets from app-specific stuff - Introduce friendly functions for interacting with framework from app logic
4 lines
39 B
Bash
Executable File
4 lines
39 B
Bash
Executable File
#!/bin/sh
|
|
|
|
R --slave --args $1 < run.R
|