Guest User

Untitled

a guest
Jun 24th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.09 KB | None | 0 0
  1. #/bin/bash
  2. for i in {1..$1}
  3. do
  4.     nick=$(echo "nick"$i)
  5.     nohup nomeprogramma $nick &
  6. done
Add Comment
Please, Sign In to add comment