9 lines
108 B
Bash
9 lines
108 B
Bash
#!/bin/sh
|
|
|
|
read
|
|
read -r
|
|
read file.txt
|
|
|
|
read-local-command
|
|
read-local-command -r
|
|
read-local-command file.txt
|