Advertisement
Tragique

function.sh

May 6th, 2021
630
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.17 KB | None | 0 0
  1. #!/bin/bash
  2. # as summon but with sleep interval...
  3. # _continue growing seed from external command ( cat random >> file )
  4.  
  5. while true;
  6. do
  7. cat $1;
  8. sleep $2;
  9.  
  10. done;
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement