Advertisement
Guest User

Sergio

a guest
Oct 16th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.19 KB | None | 0 0
  1. vim onedrive-infinito.sh
  2.  
  3. #!/bin/bash
  4. while true
  5. do
  6.   echo Loop!
  7.   date
  8.   onedrive
  9.   echo Ctrl + C para cortar bucle
  10.   sleep 20
  11. done
  12.  
  13. chmod onedrive-infinito.sh
  14. ./onedrive-infinito.sh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement