daily pastebin goal
10%
SHARE
TWEET

Untitled

a guest Jan 23rd, 2017 96 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. roothorick@modestmonster:~$ sudo ./testcase.sh
  2. ./testcase.sh: 3: ./testcase.sh: Syntax error: "(" unexpected
  3. roothorick@modestmonster:~$ sudo bash ./testcase.sh
  4. one
  5. roothorick@modestmonster:~$ cat testcase.sh
  6.  
  7. #!/bin/bash
  8. FOO=(one two three)
  9.  
  10. echo $FOO
RAW Paste Data
Top