Data Resource - Script
About
Scripts are text files that contains computer language such as:
- bash
- python
- javascript
- …
You can execute them by creating a command (ie a runtime data uri)
Howto
Example
To execute the
- bash script hello-world.sh with_a_shebang
- located in the current directory (cd)
- with the working directory as the temporary directory
you would execute the following print command
tabul data print '(hello-world.sh@cd)@tmp'