PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my settings
my profile
Public Pastes
FileServe Premium ...
26 sec ago
Untitled
4 sec ago
Doctor Adventures ...
6 sec ago
WaTcH~%%@@$$**Twen...
1 min ago
Untitled
7 sec ago
Android: FBConnect...
10 sec ago
Untitled
13 sec ago
Java Swing blinkin...
16 sec ago
myFoo2 script
By: a guest on Apr 8th, 2010 | syntax:
Bash
| size: 0.13 KB | hits: 133 | expires: Never
download
|
raw
|
embed
|
report abuse
Copied
#!/bin/ksh
print
"myFile2 was called"
myVar2
=
"variable in myFile 2"
;
myFoo2
(
)
{
print
"function myFoo2 was called"
}
create a
new version
of this paste
RAW Paste Data
#!/bin/ksh print "myFile2 was called" myVar2="variable in myFile 2"; myFoo2(){ print "function myFoo2 was called" }