jai_dewani's blog

By jai_dewani, history, 4 years ago, In English

Soon after I started regularly participating in CF rounds, I noticed I was creating a folder for a new file, creating A, B, C python files and typing the same template in every contest.

So I decided to automate this process, the bash script takes the round name as input and creates a folder with that name, create 3 files (A.py, B.py, C.py) and writes a set template to each one of them.

Find my bash script here. There are so many more things that can be done, so I am sharing this with everyone and hoping to see your own versions of it too :)

Full text and comments »

  • Vote: I like it
  • +13
  • Vote: I do not like it