Advertisement
wsrvwsrvwsrv

Untitled

Oct 8th, 2023
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. for (( i=0; i <= $2; i++ ))
  2. do
  3. mkdir ex$((i/10))$((i%10))
  4. touch ex$((i/10))$((i%10))/day$(($1/10))$(($1%10))_ex$((i/10))$((i%10)).sql
  5. done
  6.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement