SHARE
TWEET
Untitled
a guest
Jan 23rd, 2017
96
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- roothorick@modestmonster:~$ sudo ./testcase.sh
- ./testcase.sh: 3: ./testcase.sh: Syntax error: "(" unexpected
- roothorick@modestmonster:~$ sudo bash ./testcase.sh
- one
- roothorick@modestmonster:~$ cat testcase.sh
- #!/bin/bash
- FOO=(one two three)
- echo $FOO
RAW Paste Data
