Advertisement
Guest User

Untitled

a guest
Oct 15th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.10 KB | None | 0 0
  1. if [$# -eq 0]
  2. then echo “pid is $$
  3. else echo “Arguments:”
  4. while [$1]
  5. do echo $1
  6. shift
  7. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement