Guest User

Untitled

a guest
May 20th, 2018
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.05 KB | None | 0 0
  1. #!/bin/bash
  2. $variable = $@;
  3. echo $variable;
  4. exit 0
Add Comment
Please, Sign In to add comment