SHOW:
|
|
- or go back to the newest paste.
1 | [root@sv3 temp3]# cat script | |
2 | #!/usr/bin/ruby | |
3 | ||
4 | puts 'hello world' | |
5 | [root@sv3 temp3]# ./script | |
6 | /usr/bin/ruby: No such file or directory -- è]; (LoadError) | |
7 | - | [root@sv3 temp3]# |
7 | + | [root@sv3 temp3]# |
8 | ||
9 | [root@sv3 temp3]# ll /usr/bin/ruby | |
10 | -rwxr-xr-x 1 root root 9025295 Jul 9 15:14 /usr/bin/ruby |