Advertisement
Guest User

Untitled

a guest
Jun 9th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.11 KB | None | 0 0
  1. #!/bin/bash
  2. call_something_lots() {
  3.     :
  4.     :
  5.     :
  6.     # (repeat 32000 times)
  7. }
  8.  
  9. call_something_lots
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement